Skip to content

Commit 7a0435b

Browse files
authored
Merge pull request #3 from rabea-al/main
Add dependencies to pyproject file
2 parents fff9c7a + fd25c4f commit 7a0435b

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.3",
14+
"numpy",
15+
"scikit-learn==1.5.*",
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)