Skip to content

Commit ceec65b

Browse files
committed
Fixing imports of util functions
1 parent 9a96aa1 commit ceec65b

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ pytest $p
2828
python setup.py sdist bdist_wheel
2929
twine upload dist/* --skip-existing --username $PYPI_USERNAME --password $PYPI_PASSWORD
3030

31-
# docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
32-
# docker build -t autolens/$PACKAGE_NAME .
33-
# docker push autolens/$PACKAGE_NAME:latest
34-
3531
git flow release finish $VERSION
3632

3733
git checkout master

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ numpy>=1.17.2
33
scipy>=1.3.1
44
decorator>=4.0.0
55
astropy>=3.0.0
6-
scikit-image>=0.15.0
7-
scikit-learn>=0.21.3
6+
scikit-image>=0.14.2
7+
scikit-learn>=0.21.3

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from autoarray import __version__
88

9-
109
class RunTests(Command):
1110
"""Run all tests."""
1211

0 commit comments

Comments
 (0)