Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Oct 19, 2023
1 parent d5772bf commit ce56178
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
7 changes: 2 additions & 5 deletions deps/requirements-science-no-deps.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Fink-fat
-e git+https://github.com/FusRoman/fink-fat.git@6dcebaee620abb9fb49ea1db9c254300becbea04#egg=fink-fat --install-option="--no-deps"
-e git+https://github.com/FusRoman/fink-fat.git@1e840a47372cc3fe31df3cf7b41caf60144aff63#egg=fink-fat --install-option="--no-deps"

# Fink_GRB
-e git+https://github.com/FusRoman/Fink_GRB.git@71e8b4d440da15911a37bc6db4908fefc94ccc6a#egg=Fink_GRB --install-option="--no-deps"
-e git+https://github.com/FusRoman/fink-mm.git@f3dea27b6aeb3bc0529458958f43e436dfd5efa0#egg=fink-mm --install-option="--no-deps"

# Installation of torch without GPU support (lighter)
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.12.0+cpu

# Installation of astronet
-e git+https://github.com/tallamjr/astronet.git#egg=astronet --install-option="--no-deps"
george
imbalanced-learn==0.7.0
optuna==2.3.0
tensorflow==2.9.2
9 changes: 3 additions & 6 deletions deps/requirements-science.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Active learning
-e git+https://github.com/emilleishida/fink_sn_activelearning.git@6c1d04c9581afa7343439beb726edf61d7a18608#egg=actsnfink
-e git+https://github.com/emilleishida/fink_sn_activelearning.git@bf8d4e263e02d42781642f872f7bc030c24792bc#egg=actsnfink
-e git+https://github.com/COINtoolbox/ActSNClass.git@2c61da91a9d13834d39804fc35aeb3245ba20755#egg=actsnclass

# microlensing
-e git+https://github.com/JulienPeloton/LIA.git@4513654b15a0760312eff2661b0fcf4989171ce3#egg=LIA

# supernnova -- elasticc branch
-e git+https://github.com/supernnova/SuperNNova.git@1a306410966222f68e57ddd38d4fd6bc2e929cdc#egg=supernnova
-e git+https://github.com/supernnova/SuperNNova.git@fcf8584b64974ef7a238eac718e01be4ed637a1d#egg=supernnova
h5py
natsort
colorama
Expand All @@ -25,8 +25,5 @@ iminuit==2.11.2
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.12.0+cpu

# Astronet dependencies
george
imbalanced-learn==0.7.0
optuna==2.3.0
# CATS dependencies
tensorflow==2.9.2
8 changes: 4 additions & 4 deletions deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ pyarrow==9.0.0
slackclient
astropy
astroquery
fink_filters>=3.5
git+https://github.com/astrolabsoftware/fink-science@4.5.0
fink-utils>=0.13.6
fink_filters>=3.21
git+https://github.com/astrolabsoftware/fink-science@5.0.0
fink-utils>=0.13.8
scipy
scikit-learn==1.0.2
scikit-image
healpy
fink-tns>=0.6
fink-tns>=0.9
protobuf==3.20
tensorflow_addons
slack_sdk
Expand Down

0 comments on commit ce56178

Please sign in to comment.