Skip to content

General security updates for application dependencies #1323

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

Merged
merged 2 commits into from
Oct 15, 2024
Merged
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
2 changes: 1 addition & 1 deletion exotic/api/nea.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def _new_scrape(self, filename="eaConf.json"):
# for each nan column in default
nans = ddata.isna()
for k in ddata.keys():
if nans[k].bool(): # if col value is nan
if nans[k].iloc[0]: # if col value is nan
if not edata[k].isna().all(): # if replacement data exists
# replace with first index
default.loc[default.pl_name == i, k] = edata[k][edata[k].notna()].values[0]
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
astroalign~=2.5.1
astropy~=5.3.4
astroalign~=2.6.0
astropy~=6.1
astroquery~=0.4.7
barycorrpy~=0.4.4
colour_demosaicing~=0.2.5
colour_demosaicing~=0.2.6
dynesty~=1.2.3;platform_system=='Windows'
holoviews~=1.19.1
importlib-metadata>=3.6;python_version<='3.7'
imreg_dft~=2.0.0
LDTk~=1.8.4
lmfit~=1.3.2
matplotlib~=3.7.5
numpy~=1.24.4
pandas~=1.5.3
panel~=1.4.5
photutils~=1.13.0
matplotlib~=3.9.2
numpy~=1.26.4
pandas~=2.2.3
panel~=1.5.2
photutils~=2.0.0
pylightcurve~=4.0.1
python_dateutil~=2.9
python_version
pyvo~=1.5.2
rebound~=3.28.4
pyvo~=1.5.3
rebound~=4.4.3
requests~=2.32.3
scipy~=1.13.1
scipy~=1.14.1
scikit-image~=0.24.0
statsmodels~=0.14.2
statsmodels~=0.14.4
tenacity~=9.0
ultranest~=3.6.5;platform_system!='Windows'