mirror of
https://github.com/ArthurDanjou/ml_exercises.git
synced 2026-01-14 04:04:28 +01:00
26 lines
524 B
TOML
26 lines
524 B
TOML
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8.1,<3.13"
|
|
fastapi = {version = "^0.109.2", extras = ["all"]}
|
|
ipython = ">=8.0.0"
|
|
joblib = "^1.2.0"
|
|
matplotlib = "^3.7.2"
|
|
notebook = "^6.5.6"
|
|
numpy = "^1.20.3"
|
|
pandas = ">=1.3.5,<3.0.0"
|
|
pillow = ">=9.1.0"
|
|
plotly = ">=5.7.0"
|
|
requests = ">=2.27.1"
|
|
scipy = "^1.7.3"
|
|
scikit-learn = "^1.2.0"
|
|
skorch = "^0.15.0"
|
|
torch = "^2.2.1"
|
|
torchvision = "^0.17.1"
|
|
xlrd = "^2.0.1"
|