Skip to content

Commit

Permalink
Merge pull request #750 from zooniverse/dependabot/pip/numpy-gte-1.22…
Browse files Browse the repository at this point in the history
….0-and-lt-1.26.2

Update numpy requirement from <1.25.3,>=1.22.0 to >=1.22.0,<1.26.2
  • Loading branch information
CKrawczyk authored Nov 8, 2023
2 parents 28c47d4 + 087c7d9 commit dfbbf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"collatex@git+https://github.com/interedition/collatex.git@174035dda549ac3f967919a8475fdeb8dbb48f40#subdirectory=collatex-pythonport",
"hdbscan>=0.8.20,<=0.8.33",
"lxml>=4.4,<4.10",
"numpy>=1.22.0,<1.25.3",
"numpy>=1.22.0,<1.26.2",
"packaging>=20.1,<23.3",
"pandas>=1.4.0,<2.1.3",
"progressbar2>=3.39,<4.3",
Expand Down

0 comments on commit dfbbf63

Please sign in to comment.