Merge 0b695d240d into 25224c8021
This commit is contained in:
commit
a6e0a50c6a
File diff suppressed because it is too large
Load Diff
|
|
@ -16,7 +16,7 @@ classifiers = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9"
|
||||
numpy = "^1.25.0"
|
||||
numpy = ">=2.0,<3.0"
|
||||
sentencepiece = ">=0.1.98,<0.3.0"
|
||||
transformers = ">=4.35.2,<5.0.0"
|
||||
protobuf = ">=4.21.0,<5.0.0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
numpy~=1.26.4
|
||||
numpy~=2.0
|
||||
sentencepiece>=0.1.98,<0.3.0
|
||||
|
||||
transformers>=4.57.1,<5.0.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
numpy~=1.26.4
|
||||
numpy~=2.0
|
||||
PySide6~=6.9.0
|
||||
gguf>=0.17.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
datasets~=3.2.0
|
||||
matplotlib~=3.10.0
|
||||
numpy~=1.26.4
|
||||
numpy~=2.0
|
||||
requests~=2.32.3
|
||||
tqdm~=4.67.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ aiohttp~=3.9.3
|
|||
pytest~=8.3.3
|
||||
huggingface_hub>=0.34.0,<1.0
|
||||
matplotlib~=3.10.0
|
||||
numpy~=1.26.4
|
||||
numpy~=2.0
|
||||
openai~=2.14.0
|
||||
pandas~=2.2.3
|
||||
prometheus-client~=0.20.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
aiohttp~=3.9.3
|
||||
pytest~=8.3.3
|
||||
huggingface_hub>=0.34.0,<1.0
|
||||
numpy~=1.26.4
|
||||
numpy~=2.0
|
||||
openai~=2.14.0
|
||||
prometheus-client~=0.20.0
|
||||
requests~=2.32.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue