Skip to content

Commit

Permalink
Unpin and bump min pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
eccabay committed May 22, 2024
1 parent 3096da9 commit 7da7efe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outputs:
- setuptools >=58.0.4
run:
- numpy >=1.22.0
- pandas >=1.5.0, <2.1.0
- pandas >=2.2.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
- scikit-learn >=1.3.2
Expand Down
2 changes: 1 addition & 1 deletion core-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.21.0
pandas>=1.5.0, <2.1.0
pandas>=2.2.0
scipy>=1.5.0
scikit-learn>=1.3.2
scikit-optimize>=0.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ networkx==3.2.1
nlp-primitives==2.13.0
numpy==1.26.4
packaging==24.0
pandas==2.0.3
pandas==2.2.2
plotly==5.22.0
pmdarima==2.0.4
pyzmq==26.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ networkx==2.7
nlp-primitives==2.9.0
numpy==1.22.0
packaging==23.0
pandas==1.5.0
pandas==2.2.0
plotly==5.0.0
pmdarima==1.8.5
pyzmq==20.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ networkx==2.7
nlp-primitives==2.9.0
numpy==1.22.0
packaging==23.0
pandas==1.5.0
pandas==2.2.0
plotly==5.0.0
pmdarima==1.8.5
pytest-cov==2.10.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
dependencies = [
"numpy >= 1.22.0",
"pandas >= 1.5.0, <2.1.0",
"pandas >= 2.2.0",
"scipy >= 1.5.0",
"scikit-learn >= 1.3.2",
"scikit-optimize >= 0.9.0",
Expand Down

0 comments on commit 7da7efe

Please sign in to comment.