We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69f99cb + b4b4767 commit e666b0aCopy full SHA for e666b0a
pyproject.toml
@@ -28,14 +28,14 @@ dependencies = [
28
"scikit-learn>=1.6.1",
29
"scipy>=1.10.0",
30
"sentence-transformers>=3.4.0,<3.5.0",
31
- "tf-keras>=2.18.0",
32
"tokenizers>=0.20.0",
33
"torch>=2.3.1,<2.6.0",
34
"tqdm>=4.67.0",
35
"transformers>=4.48.3,<4.50.0",
36
"peft==0.14.0",
37
]
38
+
39
[tool.setuptools.packages.find]
40
exclude = ["tests", "tests.*"]
41
namespaces = false
tox.ini
@@ -8,6 +8,7 @@ deps =
8
pytest==7.1.3
9
pytest-cov>=2.10.1,<3.0
10
pytest-html>=3.1.1,<4.0
11
+ tf-keras>=2.18.0
12
wheel>=0.38.4
13
passenv =
14
LOG_LEVEL
0 commit comments