Skip to content

Commit

Permalink
Add dev dependency for numpy<2 (#113)
Browse files Browse the repository at this point in the history
The pytorch lightning version we're using for training
is incompatible with numpy 2. We should update the training
code to work with newer lightning, but in the meantime set an
upper bound for numpy in the dev deps.
  • Loading branch information
jamt9000 committed Aug 17, 2024
1 parent 222e5a2 commit be0403c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dev = [
"scikit-learn >= 0.23.2",
"tqdm",
"pre-commit",
"numpy<2"
]

[tool.black]
Expand Down

0 comments on commit be0403c

Please sign in to comment.