Skip to content

Commit

Permalink
1.c upload wrappers integration alpha alg
Browse files Browse the repository at this point in the history
  • Loading branch information
qnater committed Jan 20, 2025
1 parent 3c9a1f9 commit 9ef92a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: pip install ruff

- name: Run Ruff Linter with auto-fix
run: ruff check --fix imputegap/
run: ruff check --fix imputegap/ --exclude imputegap/wrapper
4 changes: 1 addition & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ torch==2.5.1 # brits
torchvision==0.20.1 # brits
torchaudio==2.5.1 # brits

# PyTorch Geometric and Extensions (Install via prebuilt binaries)
# PyTorch Geometric and Extensions
torch-geometric==2.6.1 # MPIN
torch-cluster==1.6.3 # MPIN; install from prebuilt binaries
-f https://data.pyg.org/whl/torch-2.5.1.html
torch-cluster==1.6.3 --find-links https://data.pyg.org/whl/torch-2.5.1.html # MPIN

# Other Dependencies
ujson==5.10.0 # brits
Expand Down

0 comments on commit 9ef92a3

Please sign in to comment.