Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
3f2f0da
1
Parent(s):
97c9619
chore: update python dependencies
Browse files- poetry.lock +9 -9
- pyproject.toml +6 -6
poetry.lock
CHANGED
@@ -1514,13 +1514,13 @@ files = [
|
|
1514 |
|
1515 |
[[package]]
|
1516 |
name = "openai"
|
1517 |
-
version = "1.35.
|
1518 |
description = "The official Python library for the openai API"
|
1519 |
optional = false
|
1520 |
python-versions = ">=3.7.1"
|
1521 |
files = [
|
1522 |
-
{file = "openai-1.35.
|
1523 |
-
{file = "openai-1.35.
|
1524 |
]
|
1525 |
|
1526 |
[package.dependencies]
|
@@ -2095,13 +2095,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments
|
|
2095 |
|
2096 |
[[package]]
|
2097 |
name = "pytest-cov"
|
2098 |
-
version = "
|
2099 |
description = "Pytest plugin for measuring coverage."
|
2100 |
optional = false
|
2101 |
-
python-versions = ">=3.
|
2102 |
files = [
|
2103 |
-
{file = "pytest-cov-
|
2104 |
-
{file = "pytest_cov-
|
2105 |
]
|
2106 |
|
2107 |
[package.dependencies]
|
@@ -2109,7 +2109,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]}
|
|
2109 |
pytest = ">=4.6"
|
2110 |
|
2111 |
[package.extras]
|
2112 |
-
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "
|
2113 |
|
2114 |
[[package]]
|
2115 |
name = "python-dateutil"
|
@@ -3522,4 +3522,4 @@ files = [
|
|
3522 |
[metadata]
|
3523 |
lock-version = "2.0"
|
3524 |
python-versions = ">=3.10, <3.12"
|
3525 |
-
content-hash = "
|
|
|
1514 |
|
1515 |
[[package]]
|
1516 |
name = "openai"
|
1517 |
+
version = "1.35.12"
|
1518 |
description = "The official Python library for the openai API"
|
1519 |
optional = false
|
1520 |
python-versions = ">=3.7.1"
|
1521 |
files = [
|
1522 |
+
{file = "openai-1.35.12-py3-none-any.whl", hash = "sha256:c3a8c9be524480ae32a3212b78d90786b112844eb8f96235ebb8bc5f35cb1e72"},
|
1523 |
+
{file = "openai-1.35.12.tar.gz", hash = "sha256:2dd0f1d9ff34bf6bc89d15246245369d281b2ba01ae07eae5555a00da4b51e0b"},
|
1524 |
]
|
1525 |
|
1526 |
[package.dependencies]
|
|
|
2095 |
|
2096 |
[[package]]
|
2097 |
name = "pytest-cov"
|
2098 |
+
version = "5.0.0"
|
2099 |
description = "Pytest plugin for measuring coverage."
|
2100 |
optional = false
|
2101 |
+
python-versions = ">=3.8"
|
2102 |
files = [
|
2103 |
+
{file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"},
|
2104 |
+
{file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"},
|
2105 |
]
|
2106 |
|
2107 |
[package.dependencies]
|
|
|
2109 |
pytest = ">=4.6"
|
2110 |
|
2111 |
[package.extras]
|
2112 |
+
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
|
2113 |
|
2114 |
[[package]]
|
2115 |
name = "python-dateutil"
|
|
|
3522 |
[metadata]
|
3523 |
lock-version = "2.0"
|
3524 |
python-versions = ">=3.10, <3.12"
|
3525 |
+
content-hash = "43852c8641f9a2bdab2434c46dcbd09fac796aaf40986147cff683616aa2b67b"
|
pyproject.toml
CHANGED
@@ -20,17 +20,18 @@ einops = "^0.8.0"
|
|
20 |
fastapi = "^0.111.0"
|
21 |
gradio = "^4.37.2"
|
22 |
markdown2 = "^2.4.13"
|
23 |
-
nh3 = "^0.2.
|
24 |
numpy = [
|
25 |
{version = "1.25.2", python = "~3.10"},
|
26 |
{version = "^1.26", python = "~3.11"}
|
27 |
]
|
28 |
-
openai = "^1.35.
|
29 |
opencv-python-headless = "4.8.1.78"
|
30 |
-
packaging = "^24.
|
31 |
peft-patched = "0.9.3"
|
32 |
pycocotools = "^2.0.8"
|
33 |
python = ">=3.10, <3.12"
|
|
|
34 |
scipy = "^1.14.0"
|
35 |
sentencepiece = "^0.2.0"
|
36 |
shortuuid = "^1.0.13"
|
@@ -41,10 +42,9 @@ tqdm = "^4.66.4"
|
|
41 |
transformers-backport = "4.31.2"
|
42 |
uvicorn = "^0.30.1"
|
43 |
|
44 |
-
requests = "^2.32.3"
|
45 |
[tool.poetry.group.test.dependencies]
|
46 |
-
pytest = "^8.
|
47 |
-
pytest-cov = "^
|
48 |
|
49 |
[build-system]
|
50 |
requires = ["poetry-core"]
|
|
|
20 |
fastapi = "^0.111.0"
|
21 |
gradio = "^4.37.2"
|
22 |
markdown2 = "^2.4.13"
|
23 |
+
nh3 = "^0.2.18"
|
24 |
numpy = [
|
25 |
{version = "1.25.2", python = "~3.10"},
|
26 |
{version = "^1.26", python = "~3.11"}
|
27 |
]
|
28 |
+
openai = "^1.35.12"
|
29 |
opencv-python-headless = "4.8.1.78"
|
30 |
+
packaging = "^24.1"
|
31 |
peft-patched = "0.9.3"
|
32 |
pycocotools = "^2.0.8"
|
33 |
python = ">=3.10, <3.12"
|
34 |
+
requests = "^2.32.3"
|
35 |
scipy = "^1.14.0"
|
36 |
sentencepiece = "^0.2.0"
|
37 |
shortuuid = "^1.0.13"
|
|
|
42 |
transformers-backport = "4.31.2"
|
43 |
uvicorn = "^0.30.1"
|
44 |
|
|
|
45 |
[tool.poetry.group.test.dependencies]
|
46 |
+
pytest = "^8.2.2"
|
47 |
+
pytest-cov = "^5.0.0"
|
48 |
|
49 |
[build-system]
|
50 |
requires = ["poetry-core"]
|