We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a1a171 + aa07b94 commit 3c9b65bCopy full SHA for 3c9b65b
requirements.txt
@@ -1,6 +1,7 @@
1
imageio==2.19.3
2
matplotlib==3.5.2
3
-numpy==1.21.5
+numpy>=1.22.3; platform_system=="Windows"
4
+numpy==1.21.5; platform_system!="Windows"
5
pybdm==0.1.0
6
pandas==1.4.4
7
statsmodels
0 commit comments