Spaces:
Sleeping
Sleeping
Commit ·
b5034c7
1
Parent(s): 431b710
fix absl library
Browse files- .python-version +1 -1
- pyproject.toml +1 -1
- requirements.txt +0 -0
- uv.lock +0 -0
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.
|
|
|
|
| 1 |
+
3.9
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "object-detection"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"absl-py>=1.0.0",
|
| 9 |
"accelerate>=1.10.1",
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.9"
|
| 7 |
dependencies = [
|
| 8 |
"absl-py>=1.0.0",
|
| 9 |
"accelerate>=1.10.1",
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|