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 385fb9d commit fafe506Copy full SHA for fafe506
2 files changed
release.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+export PACKAGE_NAME=autoarray
4
+
5
rm -rf $p/dist
6
rm -rf $p/build
7
requirements.txt
@@ -1,7 +1,7 @@
-numba==0.45.1
-numpy==1.17.2
-scipy==1.3.1
-decorator==4.4.0
-astropy==3.2.1
-scikit-image==0.15.0
-scikit-learn==0.21.3
+numba=>0.45.1
+numpy=>1.17.2
+scipy=>1.3.1
+decorator=>4.4.0
+astropy=>3.0.0
+scikit-image=>0.15.0
+scikit-learn=>0.21.3
0 commit comments