-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
area:dependenciesRelated to package dependenciesRelated to package dependenciestype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
Checklist
- I have searched the existing issues for similar issues.
- I added a very descriptive title to this issue.
- I have provided sufficient information below to help reproduce this issue.
Summary
The conflict is caused by:
The user requested pandas==2.0.0
streamlit 1.20.0 depends on pandas<2 and >=0.25
Reproducible Code Example
pip install pandas==2.0.0
pip install streamlit==1.20.0Steps To Reproduce
No response
Expected Behavior
No response
Current Behavior
No response
Is this a regression?
- Yes, this used to work in a previous version.
Debug info
- Streamlit version: 1.20.0
- Python version: 3.11.1
- Operating System:
- Browser:
- Virtual environment:
Additional Information
the following line should be updated
https://github.com/streamlit/streamlit/blob/11950acfa537475109b421fea6da43c9d410542c/lib/setup.py#L40
Are you willing to submit a PR?
- Yes, I am willing to submit a PR!
pavi2410 and cmayoracurzio
Metadata
Metadata
Assignees
Labels
area:dependenciesRelated to package dependenciesRelated to package dependenciestype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features