Skip to content

Commit

Permalink
Fix invalid environment.yml due to merging error
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Feb 1, 2024
1 parent 25c6142 commit 4b6b2ae
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,17 @@ dependencies:
- h5py
- numpy
# --------- Deep Learning --------- #
# cudatoolkit to specify the cuda driver in the conda env
- conda-forge::cudatoolkit=11.3.1 # single equal sign there, not a typo
- pytorch::pytorch==1.11.0
- pytorch::torchvision==0.12.0
- conda-forge::pytorch-lightning==1.5.9
- conda-forge::torchmetrics==0.7.*
- comet_ml::comet_ml==3.31.*
- conda-forge::urllib3<2 # To solve for https://github.com/GeneralMills/pytrends/issues/591
- pyg::pytorch-cluster
- pyg::pytorch-scatter
- pyg::pytorch-sparse
- pyg::pyg==2.1.0
# --------- Deep Learning --------- #
- pytorch=2.1
- pytorch-cuda=11.8
- torchvision=0.16
- lightning=2.0
- torchmetrics=0.11
- pyg=2.4
- comet_ml=3.35
# Nota: if libcusparse.so.11. errors occur, run
# export LD_LIBRARY_PATH="/home/${USER}/miniconda/envs/lib:$LD_LIBRARY_PATH"
# ou
# or
# export LD_LIBRARY_PATH="/home/${USER}/anaconda3/envs/lib:$LD_LIBRARY_PATH"
# see https://github.com/pyg-team/pytorch_geometric/issues/2040#issuecomment-766610625
# --------- geo --------- #
Expand Down Expand Up @@ -61,7 +57,6 @@ dependencies:
- rich # beautiful text formatting in terminal
- sh # for running bash commands in some tests
- seaborn # used in some callbacks
- pudb # debugger
# # --------- Documentation --------- #
- sphinx==4.5.*
- recommonmark==0.7.*
Expand Down

0 comments on commit 4b6b2ae

Please sign in to comment.