Skip to content

Commit

Permalink
use pip to install pytorch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 17, 2024
1 parent 064238e commit 833edab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python=${{ matrix.python-version }}
pydantic=2
- name: Install nightly pytorch-lightning
- name: Install nightly pytorch
run: |
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
python -m pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/master.zip -U
Expand Down
4 changes: 0 additions & 4 deletions devtools/conda-envs/nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: openff-nagl-test
channels:
- openeye
- pytorch-nightly
- conda-forge
- defaults
dependencies:
Expand All @@ -23,9 +22,6 @@ dependencies:
# database
- pyarrow

# gcn
- pytorch

# parallelism
- dask-jobqueue

Expand Down

0 comments on commit 833edab

Please sign in to comment.