Skip to content

Commit

Permalink
Bug fix: Database group was removed entirely
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Oct 12, 2023
1 parent e02bcef commit edec4b3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
25 changes: 15 additions & 10 deletions poetry.lock

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

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ pdoc3 = "^0.10.0"
[tool.poetry.group.science]
optional = true

[tool.poetry.group.database]
optional = true

[tool.poetry.group.science.dependencies]
networkx = {extras = ["default", "extra"], version = "^3.1"}
pydotplus = {version = "^2.0.2", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", optional = true}
Expand All @@ -71,6 +74,9 @@ torch-geometric = {version = "^2.3.1"}
torch = {version = "^2.0.1+cpu", source = "torch"}
torchtext = {version = "^0.15.2+cpu", markers = "sys_platform == 'linux' or sys_platform == 'darwin'", source = "torch"}

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

[[tool.poetry.source]]
name = "pyg"
url = "https://data.pyg.org/whl/torch-2.0.0+cpu.html"
Expand Down

0 comments on commit edec4b3

Please sign in to comment.