File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ classifiers = [
15
15
]
16
16
17
17
[tool .poetry .dependencies ]
18
- python = " 3.10.12"
19
- pandas = " ^2.1.1"
20
- seaborn = " ^0.13.0"
18
+ python = " ~3.10.12"
21
19
numpy = " ^1.24.3"
22
20
scikit-learn = " ^1.2.2"
23
21
joblib = " ^1.3.2"
@@ -28,7 +26,6 @@ pickleshare = "^0.7.5"
28
26
torch = " ^2.1.2"
29
27
torchaudio = " ^2.1.2"
30
28
torchvision = " ^0.16.2"
31
- pytorch-lightning = " ^2.1.3"
32
29
traittypes = " ^0.2.1"
33
30
traitlets = " ^5.9.0"
34
31
datasets = " ^2.17.1"
@@ -43,7 +40,6 @@ torch-geometric = "^2.5.0"
43
40
# name = "torch-wheels"
44
41
# url = "https://data.pyg.org/whl/torch-2.1.2+cu121.html"
45
42
# priority = "primary"
46
- pyarrow = " 15.0.0"
47
43
48
44
[build-system ]
49
45
requires = [" poetry_core>=1.9.0" ]
@@ -58,9 +54,13 @@ ipython = "*"
58
54
tox = " ^4.13.0"
59
55
kaggle = " ^1.6.6"
60
56
wandb = " ^0.15.12"
57
+ seaborn = " ^0.13.0"
61
58
62
59
[tool .poetry .group .test .dependencies ]
63
60
pytest = " ^8.0.2"
61
+ pandas = " ^2.1.1"
62
+ pyarrow = " 15.0.0"
63
+ pytorch-lightning = " ^2.1.3"
64
64
65
65
[tool .poetry .group .lint .dependencies ]
66
66
pre-commit = " ^3.6.2"
You can’t perform that action at this time.
0 commit comments