diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2020-09-25 16:22:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 16:22:53 -0400 |
commit | 36dc4dad7506d5f168582d584410f104ea6c3f6e (patch) | |
tree | 926fd6cc174362ae668552081765607a9ab9c233 /photutils/build.sh | |
parent | 9559a1bfc877dc32c12e4c3d7eecbe001a3557a4 (diff) | |
download | astroconda-contrib-36dc4dad7506d5f168582d584410f104ea6c3f6e.tar.gz |
Update photutils to 1.0.1 (#673)
* Update photutils to 1.0.1
* Fix for PEP517 build
Co-authored-by: Joseph Hunkeler <jhunkeler@gmail.com>
Diffstat (limited to 'photutils/build.sh')
-rw-r--r-- | photutils/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/photutils/build.sh b/photutils/build.sh index 5a5aeeb..02c96e0 100644 --- a/photutils/build.sh +++ b/photutils/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON -m pip install -v --no-deps . |