Bingsu commited on
Commit
173ff84
1 Parent(s): 164b996

chore: update depedencies

Browse files
Files changed (3) hide show
  1. .pre-commit-config.yaml +2 -2
  2. poetry.lock +0 -0
  3. 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.0.0
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.8.0
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.2.1"
4
  description = ""
5
  authors = ["Bingsu <ks2515@naver.com>"]
6
  license = "MIT"
7
 
8
  [tool.poetry.dependencies]
9
- python = "^3.8"
10
- torch = "^1.12"
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 <ks2515@naver.com>"]
6
  license = "MIT"
7
 
8
  [tool.poetry.dependencies]
9
+ python = "^3.9"
10
+ torch = "==1.12.1"
11
  transformers = "*"
12
  streamlit = "*"
13
  pandas = "*"