Skip to content

Commit

Permalink
Merge pull request #380 from mattjala/old_np_pipfile
Browse files Browse the repository at this point in the history
Restrict numpy version in Pipfile
  • Loading branch information
mattjala authored Jun 21, 2024
2 parents c2cd72c + 6904a79 commit a26760d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ botocore = "*"
cryptography = "*"
h5py = ">=3.6.0"
numcodecs = "*"
numpy = "*"
numpy = "<2.0.0"
psutil = "*"
pyjwt = "*"
pytz = "*"
Expand Down

0 comments on commit a26760d

Please sign in to comment.