We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a96aa1 commit ceec65bCopy full SHA for ceec65b
3 files changed
release.sh
@@ -28,10 +28,6 @@ pytest $p
28
python setup.py sdist bdist_wheel
29
twine upload dist/* --skip-existing --username $PYPI_USERNAME --password $PYPI_PASSWORD
30
31
-# docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
32
-# docker build -t autolens/$PACKAGE_NAME .
33
-# docker push autolens/$PACKAGE_NAME:latest
34
-
35
git flow release finish $VERSION
36
37
git checkout master
requirements.txt
@@ -3,5 +3,5 @@ numpy>=1.17.2
3
scipy>=1.3.1
4
decorator>=4.0.0
5
astropy>=3.0.0
6
-scikit-image>=0.15.0
7
-scikit-learn>=0.21.3
+scikit-image>=0.14.2
+scikit-learn>=0.21.3
setup.py
@@ -6,7 +6,6 @@
from autoarray import __version__
8
9
10
class RunTests(Command):
11
"""Run all tests."""
12
0 commit comments