Skip to content

Commit

Permalink
Merge pull request #103 from ImperialCollegeLondon/dependabot/pip/num…
Browse files Browse the repository at this point in the history
…py-2.0.2

Bump numpy from 1.26.4 to 2.0.2
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 28d4cf6 + e775b20 commit d910307
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 42 deletions.
89 changes: 49 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pydantic = "^2.9.2"

# A list of all of the optional dependencies, which are included in the
# below `extras`. They can be opted into by apps.
numpy = { version = "^1.24.2", optional = true }
numpy = { version = ">=1.24.2,<3.0.0", optional = true }
pandas = { version = "^2.0.0", optional = true }
polars = { version = "^1.8.2", optional = true }

Expand All @@ -43,7 +43,7 @@ pytest-cov = "^3.0.0"
pytest-mypy = "^0.9.1"
pytest-mock = "^3.7.0"
pre-commit = "^2.18.1"
numpy = "^1.24.2"
numpy = ">=1.24.2,<3.0.0"
pandas = "^2.0.0"
types-PyYAML = "^6.0.7"
bump2version = "^1.0.1"
Expand Down

0 comments on commit d910307

Please sign in to comment.