Skip to content

Commit e666b0a

Browse files
authored
Merge pull request #413 from gkumbhat/move_tf_keras_test
🚑 Fix tf keras package creating confusion at install time
2 parents 69f99cb + b4b4767 commit e666b0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ dependencies = [
2828
"scikit-learn>=1.6.1",
2929
"scipy>=1.10.0",
3030
"sentence-transformers>=3.4.0,<3.5.0",
31-
"tf-keras>=2.18.0",
3231
"tokenizers>=0.20.0",
3332
"torch>=2.3.1,<2.6.0",
3433
"tqdm>=4.67.0",
3534
"transformers>=4.48.3,<4.50.0",
3635
"peft==0.14.0",
3736
]
3837

38+
3939
[tool.setuptools.packages.find]
4040
exclude = ["tests", "tests.*"]
4141
namespaces = false

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ deps =
88
pytest==7.1.3
99
pytest-cov>=2.10.1,<3.0
1010
pytest-html>=3.1.1,<4.0
11+
tf-keras>=2.18.0
1112
wheel>=0.38.4
1213
passenv =
1314
LOG_LEVEL

0 commit comments

Comments
 (0)