-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (32 loc) · 897 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "ai in orthopaedics 2024"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
pandas = "^2.2.3"
ucimlrepo = "^0.0.7"
seaborn = "^0.13.2"
scipy = "^1.14.1"
scikit-learn = "^1.5.2"
tensorflow = "^2.16.1"
tensorflow-intel = { version = "^2.16.1", markers = "platform_system == 'Windows'" }
tensorflow-io-gcs-filesystem = { version = "0.31.0", python = ">=3.10,<3.12", markers = "platform_system == 'Windows'" }
keras = "3.5.0"
keras-tuner = "^1.4.7"
tf-keras = "^2.18.0"
streamlit = "^1.40.2"
joblib = "^1.4.2"
shap = "^0.46.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
nbqa = "^1.9.1"
mypy = "^1.13.0"
pandas-stubs = "^2.2.3.241126"
ipywidgets = "^8.1.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"