Skip to content

Commit

Permalink
remove pandas pin
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 14, 2024
1 parent adc799a commit dcd6a41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 >=1.5.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0, <1.12.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>=1.5.0
scipy>=1.5.0, <1.12.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 @@ -7,7 +7,7 @@ colorama==0.4.6
dask==2024.5.0
dask-expr==1.1.0
distributed==2024.5.0
featuretools==1.30.0
featuretools==1.31.0
graphviz==0.20.3
holidays==0.20
imbalanced-learn==0.12.2
Expand All @@ -20,7 +20,7 @@ matplotlib-inline==0.1.7
networkx==3.1
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
dependencies = [
"numpy >= 1.22.0",
"pandas >= 1.5.0, < 2.1.0",
"pandas >= 1.5.0",
"scipy >= 1.5.0, < 1.12.0",
"scikit-learn >= 1.3.2",
"scikit-optimize >= 0.9.0",
Expand Down

0 comments on commit dcd6a41

Please sign in to comment.