Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
[build-system]
|
| 2 |
-
requires = ["setuptools >=
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[project]
|
|
@@ -20,7 +20,7 @@ dependencies = [
|
|
| 20 |
"omegaconf==2.3.0",
|
| 21 |
"torch==2.2.2",
|
| 22 |
"torchvision==0.17.2",
|
| 23 |
-
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@
|
| 24 |
"huggingface-hub==0.25.2",
|
| 25 |
"oneflow",
|
| 26 |
"setuptools>=75.2.0",
|
|
|
|
| 1 |
[build-system]
|
| 2 |
+
requires = ["setuptools >= 61.0"]
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[project]
|
|
|
|
| 20 |
"omegaconf==2.3.0",
|
| 21 |
"torch==2.2.2",
|
| 22 |
"torchvision==0.17.2",
|
| 23 |
+
"edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@8d8ff45863416484b5b4bc547782591bbdfc696a#subdirectory=pipelines",
|
| 24 |
"huggingface-hub==0.25.2",
|
| 25 |
"oneflow",
|
| 26 |
"setuptools>=75.2.0",
|