Ashley Wright commited on
Commit
11dcaa6
1 Parent(s): 0991c53

Use https instead of ssh for pipelines

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -12,7 +12,7 @@ dependencies = [
12
  "transformers==4.41.2",
13
  "accelerate==0.31.0",
14
  "omegaconf==2.3.0",
15
- "edge-maxxing-pipelines @ git+ssh://git@github.com/womboai/edge-maxxing@docker-submissions#subdirectory=pipelines",
16
  ]
17
 
18
  [project.scripts]
 
12
  "transformers==4.41.2",
13
  "accelerate==0.31.0",
14
  "omegaconf==2.3.0",
15
+ "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@docker-submissions#subdirectory=pipelines",
16
  ]
17
 
18
  [project.scripts]