Skip to content

Commit

Permalink
Update to python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 16, 2024
1 parent 802cc68 commit f3cfdc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
- conda-forge::psutil>=6.1.0,<7.0.0
- conda-forge::packageurl-python>=0.11.2,<0.12.0
- conda-forge::gitpython>=3.1.43,<4.0.0
- conda-forge::networkx>=3.3
- conda-forge::networkx>=3.4.2
build:
include_recipe: False
pin_depends: record
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@ optional = true
optional = true

[tool.poetry.group.science.dependencies]
networkx = {extras = ["default", "extra"], version = "^3.3"}
torch-geometric = "^2.5.3"
torch = {version = "^2.3.0+cpu", source = "torch"}
networkx = {extras = ["default", "extra"], version = "^3.4.2"}
torch-geometric = "^2.6.1"
torch = {version = "^2.5.1+cpu", source = "torch"}
torchtext = {version = "^0.18.0+cpu", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", source = "torch"}
nbconvert = "^7.16.3"
nbconvert = "^7.16.4"
jupyter-core = "^5.7.2"
jupyter-client = "^8.6.1"
notebook = "^7.1.3"
jupyter-client = "^8.6.3"
notebook = "^7.2.2"

[tool.poetry.group.database.dependencies]
networkx = {extras = ["default", "extra"], version = "^3.1"}
networkx = {extras = ["default", "extra"], version = "^3.4.2"}

[[tool.poetry.source]]
name = "pyg"
url = "https://data.pyg.org/whl/torch-2.3.0+cpu.html"
url = "https://data.pyg.org/whl/torch-2.5.1+cpu.html"
priority = "explicit"


Expand Down

0 comments on commit f3cfdc6

Please sign in to comment.