mirror of
https://github.com/ArthurDanjou/ml_exercises.git
synced 2026-01-24 00:40:30 +01:00
minor updates to dependencies and link to mybinder
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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.0"
|
||||
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"
|
||||
Reference in New Issue
Block a user