Skip to content

Commit

Permalink
Keep isolating no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Dec 19, 2023
1 parent b19cd42 commit 21826dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions deps/requirements-science-no-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ sbpy

# Fink MM
fink_MM @ https://github.com/FusRoman/Fink_MM/archive/v0.16.10.zip

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

# Astronet
-e git+https://github.com/tallamjr/astronet.git#egg=astronet
5 changes: 0 additions & 5 deletions deps/requirements-science.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ iminuit==2.21.0
# kilonova @ sklearn==1.0.2
-e git+https://github.com/b-biswas/kndetect@kndetect#egg=kndetect

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

# CATS dependencies
tensorflow==2.9.2
tensorflow_addons==0.18.0
Expand All @@ -48,7 +44,6 @@ importlib-resources==5.9.0
pandera==0.14.5

# Installation of astronet
-e git+https://github.com/tallamjr/astronet.git#egg=astronet --install-option="--no-deps"
imbalanced-learn==0.7.0
optuna==2.3.0
george

0 comments on commit 21826dd

Please sign in to comment.