Skip to content

Commit 835cde8

Browse files
committed
Add dependencies to pyproject.toml
1 parent 99d3999 commit 835cde8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ readme = "README.md"
88
repository = "https://github.com/XpressAI/xai-pytorch"
99
keywords = ["xircuits", "tensorflow", "keras", "deep learning", "transfer learning"]
1010

11+
dependencies = [
12+
"tensorflow==2.17.0",
13+
"tensorflow-datasets==4.9.6",
14+
"numpy",
15+
"scikit-learn==1.5.2",
16+
"opencv-python",
17+
"tqdm",
18+
"pillow"
19+
]
20+
1121
# Xircuits-specific configurations
1222
[tool.xircuits]
1323
default_example_path = "examples/TFKerasModelPredict.xircuits"
14-
requirements_path = "requirements.txt"
24+
requirements_path = "requirements.txt"

0 commit comments

Comments
 (0)