barneystinson commited on
Commit
00651d4
·
verified ·
1 Parent(s): a7620b0

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
  name = "edge-maxxing-4090-newdream"
7
  description = "An edge-maxxing model submission for the 4090 newdream contest"
8
  requires-python = ">=3.10,<3.11"
9
- version = "1.0.0"
10
  dependencies = [
11
  "diffusers==0.28.2",
12
  "onediff==1.2.0",
@@ -21,7 +21,7 @@ dependencies = [
21
  "torch==2.2.2",
22
  "torchvision==0.17.2",
23
  "huggingface_hub==0.24.7",
24
- "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing#subdirectory=pipelines",
25
  ]
26
 
27
  [project.scripts]
 
6
  name = "edge-maxxing-4090-newdream"
7
  description = "An edge-maxxing model submission for the 4090 newdream contest"
8
  requires-python = ">=3.10,<3.11"
9
+ version = "6"
10
  dependencies = [
11
  "diffusers==0.28.2",
12
  "onediff==1.2.0",
 
21
  "torch==2.2.2",
22
  "torchvision==0.17.2",
23
  "huggingface_hub==0.24.7",
24
+ "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@8d8ff45863416484b5b4bc547782591bbdfc696a#subdirectory=pipelines",
25
  ]
26
 
27
  [project.scripts]