Skip to content

Commit

Permalink
Downgrade to pytorch-lightning==2.0.8 to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Jan 2, 2024
1 parent 90a2622 commit 86e4977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple install with
# mamba env create -f environment.yml
name: myria3d
name: myria3d_latest_pytorch
channels:
- conda-forge
- anaconda
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
- --extra-index-url https://download.pytorch.org/whl/cu118
- torch==2.1.*
- torchvision
- pytorch-lightning
- pytorch-lightning==2.0.8
- torchmetrics
- comet_ml==3.31.* # VErsion to update !
- torch_geometric
Expand Down

0 comments on commit 86e4977

Please sign in to comment.