Skip to content

Commit

Permalink
Merge pull request #224 from ComputationalPhysiology/pin-numpy
Browse files Browse the repository at this point in the history
Set upper bound on numpy to 1.21.5
  • Loading branch information
finsberg authored Aug 17, 2024
2 parents eb72167 + 4adb978 commit 3ed9153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"fenics-pulse",
"h5py",
"matplotlib",
"numpy",
"numpy<=1.21.5",
"scipy",
"tqdm",
"typing-extensions",
Expand Down

0 comments on commit 3ed9153

Please sign in to comment.