File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525from autoarray .structures .kernel import Kernel as kernel
2626from autoarray .structures .visibilities import Visibilities as visibilities
2727
28- __version__ = '0.3.0 '
28+ __version__ = '0.3.1 '
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ pytest $p
2828python setup.py sdist bdist_wheel
2929twine 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-
3531git flow release finish $VERSION
3632
3733git checkout master
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ numpy>=1.17.2
33scipy >= 1.3.1
44decorator >= 4.0.0
55astropy >= 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
Original file line number Diff line number Diff line change 66
77from autoarray import __version__
88
9-
109class RunTests (Command ):
1110 """Run all tests."""
1211
You can’t perform that action at this time.
0 commit comments