Skip to content

Commit

Permalink
unpin pytorch since the conda-forge package should have the right pins
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jul 21, 2023
2 parents 2efe697 + e5cef79 commit d3da1f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devtools/conda-envs/espaloma.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: espaloma-test
channels:
- jaimergp/label/unsupported-cudatoolkit-shim
- conda-forge
- mmh
- openeye
Expand All @@ -21,7 +22,7 @@ dependencies:
- tqdm
- pydantic <2 # We need our deps to fix this
# Pytorch
- pytorch>=1.8.0
- pytorch
- dgl =1.1.0
# Testing
- pytest
Expand Down

0 comments on commit d3da1f1

Please sign in to comment.