Skip to content

Commit

Permalink
Update python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbckr committed Jun 5, 2024
1 parent 39d983b commit c872769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python:
# - "3.8" # oldest Python supported
- "3.9"
- "3.10" # newest Python that is stable
# - "3.10" # newest Python that is stable
platform:
- ubuntu-latest
- macos-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ data
_out
notebooks/models
tests/models
tests/example_data
models
docs/tutorials

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ testing =
setuptools
pytest
pytest-cov
torch_geometric

[options.entry_points]
# Add here console scripts like:
Expand Down

0 comments on commit c872769

Please sign in to comment.