Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Jul 3, 2024
1 parent 2f6f9d6 commit fa366ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install test dependencies
run: |
python -m pip install --upgrade pip wheel
pip install torch>=2.1.0
pip install "torch>=2.1.0"
pip install torch-scatter torch-sparse torch-cluster
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ urls.Source = "https://github.com/theislab/geome"
urls.Home-page = "https://github.com/theislab/geome"
dependencies = [
"anndata",
"torch",
"torch>=2.1.0",
"torch_geometric",
"torch_sparse",
"torch_cluster",
Expand Down

0 comments on commit fa366ae

Please sign in to comment.