Skip to content

Commit 6671702

Browse files
authored
Cleanup requirements (#605)
1 parent 84d1829 commit 6671702

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ linkify-it-py==2.0.3
1414
mdutils==1.6.0
1515
spu>=0.3.1b0
1616
pydata-sphinx-theme
17+
tabulate
18+
xlwt
19+
xlsxwriter

examples/python/ml/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ torch==2.2.0
66
torch_xla==2.2.0
77
torchvision
88
jax[cpu]<=0.4.23
9+
tensorflow>=2.12.0
10+
tensorflow_datasets
11+
keras

requirements-dev.txt

-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
matplotlib
2-
tensorflow >= 2.12.0; platform_machine != "arm64"
3-
tensorflow_datasets
41
pandas>=1.4.2
52
flax
6-
keras
73
scikit-learn
84
# for tests
95
absl-py>=1.1.0
10-
# for benchmark
11-
tabulate
12-
xlwt
13-
xlsxwriter

0 commit comments

Comments
 (0)