alozowski commited on
Commit
29a7485
1 Parent(s): 93c865a

Correct uv dependency

Browse files
Files changed (1) hide show
  1. pyproject.toml +5 -5
pyproject.toml CHANGED
@@ -17,7 +17,7 @@ dependencies = [
17
  "sentencepiece>=0.2.0",
18
  "transformers==4.44.2",
19
  "tokenizers>=0.19.0",
20
- "gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3",
21
  "isort>=5.13.2",
22
  "ruff>=0.6.4",
23
  "gradio-leaderboard==0.0.11",
@@ -34,16 +34,16 @@ ignore=["I","EM","FBT","TRY003","S101","D101","D102","D103","D104","D105","G004"
34
  fixable=["ALL"]
35
  select=["ALL"]
36
 
37
- [tool.ruff.lint]
38
  select = ["E", "F"]
39
  fixable = ["ALL"]
40
  ignore = ["E501"] # line too long (black is taking care of this)
41
 
42
- [tool.isort]
43
  profile = "black"
44
 
45
  [tool.black]
46
  line-length = 119
47
 
48
- [tool.hatch.metadata]
49
- allow-direct-references = true
 
17
  "sentencepiece>=0.2.0",
18
  "transformers==4.44.2",
19
  "tokenizers>=0.19.0",
20
+ "gradio-space-ci",
21
  "isort>=5.13.2",
22
  "ruff>=0.6.4",
23
  "gradio-leaderboard==0.0.11",
 
34
  fixable=["ALL"]
35
  select=["ALL"]
36
 
37
+ [tool.ruff.lint]
38
  select = ["E", "F"]
39
  fixable = ["ALL"]
40
  ignore = ["E501"] # line too long (black is taking care of this)
41
 
42
+ [tool.isort]
43
  profile = "black"
44
 
45
  [tool.black]
46
  line-length = 119
47
 
48
+ [tool.uv.sources]
49
+ gradio-space-ci = { git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci" }