minor updates to dependencies and link to mybinder

This commit is contained in:
franzi
2024-03-04 12:00:21 +01:00
parent b86690714c
commit eace56a7b2
14 changed files with 4042 additions and 17 deletions

25
pyproject.toml Normal file
View 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"