Skip to content

Commit

Permalink
Increased minimum numpy version (#4321)
Browse files Browse the repository at this point in the history
* Initial commit

* Updated release notes

* Bump additional version nums
  • Loading branch information
christopherbunn committed Sep 22, 2023
1 parent cfe7a2d commit 5c3e832
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
- pip
- setuptools ==58.0.4
run:
- numpy >=1.21.0
- numpy >=1.22.0
- pandas >=1.5.0, <2.1.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Release Notes
* Changes
* Updated ``split_data`` to call ``split_multiseries_data`` when passed stacked multiseries data :pr:`4312`
* Pinned pandas version under 2.1.0 :pr:`4315`
* Increased minimum numpy version :pr:`4321`
* Documentation Changes
* Removed LightGBM's excessive amount of warnings :pr:`4308`
* Testing Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lime==0.2.0.1
matplotlib==3.3.3
networkx==2.6
nlp-primitives==2.9.0
numpy==1.21.0
numpy==1.22.0
packaging==23.0
pandas==1.5.0
plotly==5.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ matplotlib==3.3.3
nbval==0.9.3
networkx==2.6
nlp-primitives==2.9.0
numpy==1.21.0
numpy==1.22.0
packaging==23.0
pandas==1.5.0
plotly==5.0.0
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 @@ keywords = ["data science", "machine learning", "optimization", "automl"]
license = {file = "LICENSE"}
requires-python = ">=3.8,<4"
dependencies = [
"numpy >= 1.21.0",
"numpy >= 1.22.0",
"pandas >= 1.5.0, < 2.1.0",
"scipy >= 1.5.0",
"scikit-learn >= 1.3.0",
Expand Down

0 comments on commit 5c3e832

Please sign in to comment.