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 = [
1515]
1616
1717[tool .poetry .dependencies ]
18- python = " 3.10.12"
19- pandas = " ^2.1.1"
20- seaborn = " ^0.13.0"
18+ python = " ~3.10.12"
2119numpy = " ^1.24.3"
2220scikit-learn = " ^1.2.2"
2321joblib = " ^1.3.2"
@@ -28,7 +26,6 @@ pickleshare = "^0.7.5"
2826torch = " ^2.1.2"
2927torchaudio = " ^2.1.2"
3028torchvision = " ^0.16.2"
31- pytorch-lightning = " ^2.1.3"
3229traittypes = " ^0.2.1"
3330traitlets = " ^5.9.0"
3431datasets = " ^2.17.1"
@@ -43,7 +40,6 @@ torch-geometric = "^2.5.0"
4340# name = "torch-wheels"
4441# url = "https://data.pyg.org/whl/torch-2.1.2+cu121.html"
4542# priority = "primary"
46- pyarrow = " 15.0.0"
4743
4844[build-system ]
4945requires = [" poetry_core>=1.9.0" ]
@@ -58,9 +54,13 @@ ipython = "*"
5854tox = " ^4.13.0"
5955kaggle = " ^1.6.6"
6056wandb = " ^0.15.12"
57+ seaborn = " ^0.13.0"
6158
6259[tool .poetry .group .test .dependencies ]
6360pytest = " ^8.0.2"
61+ pandas = " ^2.1.1"
62+ pyarrow = " 15.0.0"
63+ pytorch-lightning = " ^2.1.3"
6464
6565[tool .poetry .group .lint .dependencies ]
6666pre-commit = " ^3.6.2"
You can’t perform that action at this time.
0 commit comments