Skip to content

Commit

Permalink
Update to numpy 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Sep 19, 2024
1 parent 71e3d33 commit 6320c9a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 45 deletions.
101 changes: 57 additions & 44 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
typing-extensions = ">=4.5.0"
numpy = "^1.23.2"
numpy = "^2.0"
"backports.strenum" = { version = "^1.3.1", python = "<3.11" }

# wandb dependencies
Expand Down

0 comments on commit 6320c9a

Please sign in to comment.