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.
1 parent 34f6bd3 commit f29c5ceCopy full SHA for f29c5ce
requirements.txt
@@ -1,4 +1,5 @@
1
-matplotlib==3.3.4
2
-numpy==1.21.0
3
-pandas==1.3.4
4
-scipy==1.6.1
+# Always keep this file even if empty, it’s necessary to avoid GitHub Actions setup-python choking...
+matplotlib>=3.3.4
+numpy>=1.21.0
+pandas>=1.3.4
5
+scipy>=1.6.1
0 commit comments