Skip to content

Commit fafe506

Browse files
committed
Updated requireens and release script
1 parent 385fb9d commit fafe506

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
export PACKAGE_NAME=autoarray
4+
35
rm -rf $p/dist
46
rm -rf $p/build
57

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
numba==0.45.1
2-
numpy==1.17.2
3-
scipy==1.3.1
4-
decorator==4.4.0
5-
astropy==3.2.1
6-
scikit-image==0.15.0
7-
scikit-learn==0.21.3
1+
numba=>0.45.1
2+
numpy=>1.17.2
3+
scipy=>1.3.1
4+
decorator=>4.4.0
5+
astropy=>3.0.0
6+
scikit-image=>0.15.0
7+
scikit-learn=>0.21.3

0 commit comments

Comments
 (0)