Spaces:
Runtime error
Runtime error
chore: update depedencies
Browse files- .pre-commit-config.yaml +2 -2
- poetry.lock +0 -0
- pyproject.toml +3 -3
.pre-commit-config.yaml
CHANGED
@@ -7,7 +7,7 @@ repos:
|
|
7 |
- id: end-of-file-fixer
|
8 |
|
9 |
- repo: https://github.com/asottile/pyupgrade
|
10 |
-
rev: v3.
|
11 |
hooks:
|
12 |
- id: pyupgrade
|
13 |
args: [--py38-plus]
|
@@ -19,7 +19,7 @@ repos:
|
|
19 |
args: [--profile=black]
|
20 |
|
21 |
- repo: https://github.com/psf/black
|
22 |
-
rev: 22.
|
23 |
hooks:
|
24 |
- id: black
|
25 |
|
|
|
7 |
- id: end-of-file-fixer
|
8 |
|
9 |
- repo: https://github.com/asottile/pyupgrade
|
10 |
+
rev: v3.2.2
|
11 |
hooks:
|
12 |
- id: pyupgrade
|
13 |
args: [--py38-plus]
|
|
|
19 |
args: [--profile=black]
|
20 |
|
21 |
- repo: https://github.com/psf/black
|
22 |
+
rev: 22.10.0
|
23 |
hooks:
|
24 |
- id: black
|
25 |
|
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "my-clip-model-test"
|
3 |
-
version = "0.
|
4 |
description = ""
|
5 |
authors = ["Bingsu <[email protected]>"]
|
6 |
license = "MIT"
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
-
python = "^3.
|
10 |
-
torch = "
|
11 |
transformers = "*"
|
12 |
streamlit = "*"
|
13 |
pandas = "*"
|
|
|
1 |
[tool.poetry]
|
2 |
name = "my-clip-model-test"
|
3 |
+
version = "0.3.0"
|
4 |
description = ""
|
5 |
authors = ["Bingsu <[email protected]>"]
|
6 |
license = "MIT"
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
+
python = "^3.9"
|
10 |
+
torch = "==1.12.1"
|
11 |
transformers = "*"
|
12 |
streamlit = "*"
|
13 |
pandas = "*"
|