Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
46dbd5a
1
Parent(s):
e7682cd
Add pyproject.toml for project configuration and update requirements.txt for optional dependencies
Browse files
Depth-Anything-3-anysize/pyproject.toml → pyproject.toml
RENAMED
|
@@ -60,9 +60,9 @@ packages = ["src/depth_anything_3"]
|
|
| 60 |
|
| 61 |
[tool.hatch.build.targets.sdist]
|
| 62 |
include = [
|
| 63 |
-
"README.md",
|
| 64 |
-
"pyproject.toml",
|
| 65 |
-
"src/depth_anything_3",
|
| 66 |
]
|
| 67 |
|
| 68 |
[tool.hatch.metadata]
|
|
|
|
| 60 |
|
| 61 |
[tool.hatch.build.targets.sdist]
|
| 62 |
include = [
|
| 63 |
+
"Depth-Anything-3-anysize/README.md",
|
| 64 |
+
"Depth-Anything-3-anysize/pyproject.toml",
|
| 65 |
+
"Depth-Anything-3-anysize/src/depth_anything_3",
|
| 66 |
]
|
| 67 |
|
| 68 |
[tool.hatch.metadata]
|
requirements.txt
CHANGED
|
@@ -15,4 +15,4 @@ scikit-learn
|
|
| 15 |
git+https://github.com/EasternJournalist/utils3d.git@c5daf6f6c244d251f252102d09e9b7bcef791a38
|
| 16 |
click # ==8.1.7
|
| 17 |
trimesh # ==4.5.1
|
| 18 |
-
|
|
|
|
| 15 |
git+https://github.com/EasternJournalist/utils3d.git@c5daf6f6c244d251f252102d09e9b7bcef791a38
|
| 16 |
click # ==8.1.7
|
| 17 |
trimesh # ==4.5.1
|
| 18 |
+
.[all]
|