Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions dev/conda-env/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# TODO: CUDA not installed by default
name: serenityff-charge-test
channels:
- pytorch
- pyg
- conda-forge
- defaults
dependencies:
# Base depends
- python = 3.10
Expand All @@ -27,5 +24,6 @@ dependencies:
- openff-toolkit = 0.10.0
- rdkit
# Machine Learning
- pytorch = 2.0.0
- pyg = 2.3.0
- pip:
- torch == 2.0.0
- torch_geometric == 2.3.0
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: dash
channels:
- defaults
- conda-forge
- pytorch
- pyg
dependencies:
- python = 3.10
- pip
Expand All @@ -17,4 +15,5 @@ dependencies:
- openff-toolkit = 0.10.0
- rdkit
- pytorch = 2.0.0
- pyg = 2.3.0
- pip:
- torch_geometric == 2.3.0
Loading