Skip to content

Commit

Permalink
python installation is dizzying
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jan 10, 2025
1 parent 1b66e04 commit 102a225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gatkcondaenv.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ channels:
# verify that key dependencies are installed from the correct channel
- conda-forge
- pytorch
- nvidia

dependencies:

Expand All @@ -32,7 +33,7 @@ dependencies:
- conda-forge::h5py=3.10.0
- pytorch::pytorch=2.1.0
- conda-forge::pytorch-lightning=2.4.0 # supports Pytorch >= 2.1 and <= 2.4, used by NVScoreVariants
- nvidia::pytorch-cuda=12.1
- pytorch::pytorch-cuda=12.1
- conda-forge::scikit-learn=1.3.2
- conda-forge::matplotlib=3.8.2
- conda-forge::pandas=2.1.3
Expand Down

0 comments on commit 102a225

Please sign in to comment.