Skip to content

Commit

Permalink
fix env file (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-alex-cunha committed Jun 23, 2023
1 parent ee0d86f commit 3fedb35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- pytorch >=1.10.2,<2.0
- tensorboard
- lightning >=2.0
- pip::lightning-graphcore # optional, for using IPUs only
- torchvision
- torchmetrics >=0.7.0,<0.11
- ogb
Expand Down Expand Up @@ -66,3 +65,6 @@ dependencies:
- mkdocs-click
- markdown-include
- mike >=1.0.0

pip:
- lightning-graphcore # optional, for using IPUs only

0 comments on commit 3fedb35

Please sign in to comment.