31 lines
588 B
TOML
31 lines
588 B
TOML
|
|
[tool.poetry]
|
||
|
|
name = "deep-sad-pytorch"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = ""
|
||
|
|
authors = ["Your Name <you@example.com>"]
|
||
|
|
readme = "README.md"
|
||
|
|
|
||
|
|
[tool.poetry.dependencies]
|
||
|
|
python = "^3.11"
|
||
|
|
click = "^8.1.7"
|
||
|
|
matplotlib = "^3.9.0"
|
||
|
|
numpy = "^2.0.0"
|
||
|
|
pandas = "^2.2.2"
|
||
|
|
cvxopt = "^1.3.2"
|
||
|
|
cycler = "^0.12.1"
|
||
|
|
joblib = "^1.4.2"
|
||
|
|
kiwisolver = "^1.4.5"
|
||
|
|
pillow = "^10.3.0"
|
||
|
|
pyparsing = "^3.1.2"
|
||
|
|
python-dateutil = "^2.9.0.post0"
|
||
|
|
pytz = "^2024.1"
|
||
|
|
scikit-learn = "^1.5.0"
|
||
|
|
scipy = "^1.14.0"
|
||
|
|
seaborn = "^0.13.2"
|
||
|
|
six = "^1.16.0"
|
||
|
|
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["poetry-core"]
|
||
|
|
build-backend = "poetry.core.masonry.api"
|