Skip to content

Commit

Permalink
pip install pytorch geometric nightly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
fyng committed Jan 26, 2024
1 parent 81f8818 commit be05591
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: test
channels:
- pytorch-nightly
- conda-forge
dependencies:
- pip
- pytorch
- pytorch_geometric
# - pytorch_geometric
- pytorch_cluster
- pytorch_scatter
- pytorch_sparse
Expand All @@ -20,3 +20,6 @@ dependencies:
- pytest-cov
- codecov
- pydantic >=1.10.8,<2.0.0a0

- pip:
- pyg-nightly

0 comments on commit be05591

Please sign in to comment.