Skip to content

Commit 946cf64

Browse files
committed
- Fixed util imports
Merge branch 'release/0.3.1'
2 parents 9a96aa1 + 5c32d83 commit 946cf64

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

autoarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from autoarray.structures.kernel import Kernel as kernel
2626
from autoarray.structures.visibilities import Visibilities as visibilities
2727

28-
__version__ = '0.3.0'
28+
__version__ = '0.3.1'

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)