Skip to content

Commit

Permalink
Remove numpy upper version constraint for examples too
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Dec 17, 2023
1 parent db3bb4b commit ba55815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib>=3,<4
numpy<1.22; python_version=='3.7'
numpy>=1.22,<=1.25; python_version>='3.8'
numpy>=1.22; python_version>='3.8'
sobol_seq==0.2.0
yatiml>=0.10.0,<0.11
ymmsl>=0.13,<0.14
Expand Down

0 comments on commit ba55815

Please sign in to comment.