Skip to content

Commit

Permalink
Update numpy requirement from <2.0.0 to <3.0.0 in /mlos_core
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.24.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent e40ac28 commit 2a096f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _get_long_desc_from_readme(base_url: str) -> dict:
"joblib>=1.1.1",
"scipy>=1.3.2",
"numpy>=1.24",
"numpy<2.0.0", # FIXME: https://github.com/numpy/numpy/issues/26710
"numpy<3.0.0", # FIXME: https://github.com/numpy/numpy/issues/26710
'pandas >= 2.2.0;python_version>="3.9"',
'Bottleneck > 1.3.5;python_version>="3.9"',
'pandas >= 1.0.3;python_version<"3.9"',
Expand Down

0 comments on commit 2a096f7

Please sign in to comment.