Skip to content

Commit

Permalink
Update test_env.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MTLehner authored Aug 19, 2024
1 parent 902642c commit 035f98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/conda-env/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- defaults
dependencies:
# Base depends
- python = 3.11
- python = 3.10
- pip
## Testing
- pytest
Expand Down Expand Up @@ -37,4 +37,4 @@ dependencies:
- rdkit
## Machine Learning
- pytorch #= 2.0.1
- pyg #= 2.3.0
- pyg = 2.3.0

0 comments on commit 035f98d

Please sign in to comment.