Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astropy from 4.2.1 to 5.3.3 in /neoexchange #638

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Portal for scheduling observations of NEOs (and other Solar System objects) usin

## History

### 3.16.0
* Upgrade Astropy to 5.3.4 and pyslalib to 1.0.9 for newer build support.

### 3.15.2
* Add suport for disabling SSL verification in data pulls for emergency use e.g. for the recent MPC website issues. (Issue #646)

Expand Down
2 changes: 1 addition & 1 deletion neoexchange/neox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import rollbar


VERSION = '3.15.2'
VERSION = '3.16.0a'

CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
PRODUCTION = True if CURRENT_PATH.startswith('/var/www') else False
Expand Down
10 changes: 5 additions & 5 deletions neoexchange/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
numpy==1.22.4; sys_platform != 'win32'
numpy==1.22.4+mkl; sys_platform == 'win32'
numpy==1.23.5; sys_platform != 'win32'
numpy==1.23.5+mkl; sys_platform == 'win32'
Django>=4.2.10,<5.0
#mysqlclient~=1.4.3
psycopg2-binary
astropy==4.2.1
astropy<=6.0
astroquery>=0.4.4.dev7007
photutils==1.3.0 # Higher versions need astropy>=5.0
pySLALIB
photutils==1.11.0 # Higher versions need python>=3.10
pyslalib>=1.0.9
beautifulsoup4
django-reversion
html5lib
Expand Down