Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#4457)
Browse files Browse the repository at this point in the history
* Update latest dependencies

* Update min pyzmq version

* Update min pyzmq in all places

* Pin scipy due to dropping 3.10

* Fix typo

* Update shap version

* Empty to retrigger license

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: eccabay <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent d4aaeff commit 92cf950
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ outputs:
- numpy >=1.22.0
- pandas >=1.5.0, <2.1.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
- scipy >=1.5.0, <1.14.0
- scikit-learn >=1.3.2
- scikit-optimize >=0.9.0
- statsmodels >=0.12.2
Expand Down
4 changes: 2 additions & 2 deletions core-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy>=1.21.0
pandas>=1.5.0, <2.1.0
scipy>=1.5.0
scipy>=1.5.0, <1.14.0
scikit-learn>=1.3.2
scikit-optimize>=0.9.0
pyzmq>=20.0.0
pyzmq>=21.0.2
colorama>=0.4.4
cloudpickle>=1.5.0
click>=8.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ category-encoders==2.5.1.post0
click==8.1.7
cloudpickle==3.0.0
colorama==0.4.6
dask==2024.6.1
dask-expr==1.1.4
distributed==2024.6.1
dask==2024.6.2
dask-expr==1.1.6
distributed==2024.6.2
featuretools==1.31.0
graphviz==0.20.3
holidays==0.51
Expand All @@ -29,7 +29,7 @@ scikit-learn==1.4.2
scikit-optimize==0.10.2
scipy==1.13.1
seaborn==0.13.2
shap==0.45.1
shap==0.46.0
sktime==0.28.1
statsmodels==0.14.2
texttable==1.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==23.0
pandas==1.5.0
plotly==5.0.0
pmdarima==1.8.5
pyzmq==20.0.0
pyzmq==21.0.2
scikit-learn==1.3.2
scikit-optimize==0.9.0
scipy==1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest-cov==2.10.1
pytest-timeout==1.4.2
pytest-xdist==2.1.0
pytest==7.1.2
pyzmq==20.0.0
pyzmq==21.0.2
scikit-learn==1.3.2
scikit-optimize==0.9.0
scipy==1.5.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ requires-python = ">=3.9,<4"
dependencies = [
"numpy >= 1.22.0",
"pandas >= 1.5.0, <2.1.0",
"scipy >= 1.5.0",
"scipy >= 1.5.0, <1.14.0",
"scikit-learn >= 1.3.2",
"scikit-optimize >= 0.9.0",
"pyzmq >= 20.0.0",
"pyzmq >= 21.0.2",
"colorama >= 0.4.4",
"cloudpickle >= 1.5.0",
"click >= 8.0.0",
Expand Down

0 comments on commit 92cf950

Please sign in to comment.