Skip to content

Commit fb360db

Browse files
Update numpy requirement from >=0.0.dev0 to >=2.5.0.dev0
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@v0.2.0...v2.5.0.dev0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0.dev0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18ff686 commit fb360db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ git+https://github.com/fsspec/filesystem_spec/
44

55
# Use Bi-weekly numpy/scipy dev builds
66
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
7-
numpy>=0.0.dev0
7+
numpy>=2.5.0.dev0
88
scipy>=0.0.dev0

0 commit comments

Comments
 (0)