Skip to content

Commit

Permalink
Update pandas requirement from <=1.4.1,>=1.2.5 to >=1.2.5,<1.4.3
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.2.5...v1.4.2)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2022
1 parent 817378c commit fc0a19a
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,25 @@
cython

pandas>=1.2.5
numpy>=1.20.0
scipy<1.9.0
scikit-learn>=1.0.0

matplotlib>=3.4.3

datapane==0.12.0
plotly>=5.2.1
scipy
pandas>=1.2.5,<1.4.3
numpy>=1.20.0,<=1.22.2
scipy<=1.8.0
scikit-learn==1.0.2
sympy>=1.6,<=1.9
matplotlib>=3.4.3,<=3.5.1
plotly==5.7.0
datapane==0.14.0
pyarrow<=7.0.0
findspark==2.0.1
loguru==0.6.0
pyaml==21.10.1
boto3
pyarrow<6.0.0
cython
s3path
s3fs
pybind11
fsspec
py4j
popmon
varclushi
pytest
coverage
py4j
tensorflow
cython
soupsieve
fsspec
pybind11
s3fs
findspark<2.0.0
loguru==0.6.0
pyaml==21.10.1
sympy>=1.6
statsmodels==0.13.2
sentence_transformers

0 comments on commit fc0a19a

Please sign in to comment.