Skip to content

Commit

Permalink
Fix numpy 2 issue so tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed Jun 19, 2024
1 parent 78f6ba7 commit f64294b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ matplotlib = "^3.5.2"
pre-commit = "^2.20.0"
isort = "^5.10.1"
pylint = "^2.15.5"
tensorboard = "^2.11.0"
tensorboard = "^2.17.0"
# Need this until tensorboard is upgraded
numpy = "<2.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f64294b

Please sign in to comment.