-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
88 lines (79 loc) · 2.67 KB
/
pyproject.toml
File metadata and controls
88 lines (79 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[tool.poetry]
name = "graph_ml"
version = "0.1"
description = "Sklearn like API for Graph ML"
authors = ["Ashutosh Tiwari <findashutoshtiwari@gmail.com>"]
readme = "README.md"
packages = [{include = "graph_ml"}]
classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
[tool.poetry.dependencies]
python = "~3.10"
numpy = "^1.24.3"
scikit-learn = "^1.2.2"
joblib = "^1.3.2"
psutil = "^5.9.5"
urllib3 = "1.26.11"
ipywidgets = "^8.1.1"
pickleshare = "^0.7.5"
torch = "^2.1.2"
torchaudio = "^2.1.2"
torchvision = "^0.16.2"
datasets = "^2.17.1"
torch-cluster = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_cluster-1.6.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
pyg-lib = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/pyg_lib-0.4.0%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
torch-scatter = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_scatter-2.1.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
torch-sparse = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_sparse-0.6.18%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
torch-spline-conv = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_spline_conv-1.2.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
torch-geometric = "^2.5.0"
gensim = "^4.3.2"
numba = "^0.59.0"
cython = "^3.0.10"
traittypes = "^0.2.1"
traitlets = "5.9.0"
pytorch-lightning = "^2.2.5"
nvitop = "^1.3.1"
ipython = "*"
kaggle = "^1.6.6"
wandb = "^0.15.12"
seaborn = "^0.13.0"
notebook = "6.4.12"
codeium-jupyter = "^1.1.21"
jupyter-contrib-nbextensions = "^0.7.0"
pre-commit = "^3.6.2"
black = "^24.2.0"
isort = "^5.13.2"
colorama = "^0.4.6"
[tool.poetry.build]
generate-setup-file = false
script = 'build.py'
[build-system]
requires = ["poetry_core", "Cython"]
build-backend = "poetry.core.masonry.api"
[tool.ruff.per-file-ignores]
"__init__.py" = ["F401"]
# [tool.poetry.group.jupyter.dependencies]
# nvitop = "^1.3.1"
# ipython = "*"
# kaggle = "^1.6.6"
# wandb = "^0.15.12"
# seaborn = "^0.13.0"
# notebook = "6.4.12"
# codeium-jupyter = "^1.1.21"
# jupyter-contrib-nbextensions = "^0.7.0"
#
[tool.poetry.group.test.dependencies]
pytest = "^8.0.2"
pyarrow = "15.0.0"
#
# [tool.poetry.group.lint.dependencies]
# pre-commit = "^3.6.2"
# black = "^24.2.0"
# poetry add git+ssh://git@github.com/thunderock/graph_ml.git
# poetry add whl_url