Skip to content

Commit fef329f

Browse files
committed
trying to increase python range
1 parent 9446f3f commit fef329f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"
2119
numpy = "^1.24.3"
2220
scikit-learn = "^1.2.2"
2321
joblib = "^1.3.2"
@@ -28,7 +26,6 @@ pickleshare = "^0.7.5"
2826
torch = "^2.1.2"
2927
torchaudio = "^2.1.2"
3028
torchvision = "^0.16.2"
31-
pytorch-lightning = "^2.1.3"
3229
traittypes = "^0.2.1"
3330
traitlets = "^5.9.0"
3431
datasets = "^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]
4945
requires = ["poetry_core>=1.9.0"]
@@ -58,9 +54,13 @@ ipython = "*"
5854
tox = "^4.13.0"
5955
kaggle = "^1.6.6"
6056
wandb = "^0.15.12"
57+
seaborn = "^0.13.0"
6158

6259
[tool.poetry.group.test.dependencies]
6360
pytest = "^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]
6666
pre-commit = "^3.6.2"

0 commit comments

Comments
 (0)