Skip to content

Commit 3c9b65b

Browse files
authored
Merge pull request #3 from awebb-nz/main
Updated requirements.txt to allow to work on windows
2 parents 1a1a171 + aa07b94 commit 3c9b65b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
imageio==2.19.3
22
matplotlib==3.5.2
3-
numpy==1.21.5
3+
numpy>=1.22.3; platform_system=="Windows"
4+
numpy==1.21.5; platform_system!="Windows"
45
pybdm==0.1.0
56
pandas==1.4.4
67
statsmodels

0 commit comments

Comments
 (0)