Spaces:
Running
Running
Graham Paasch
commited on
Commit
·
dd06050
1
Parent(s):
e71e476
Move optional deps to separate file to fix Space build
Browse files- requirements-optional.txt +8 -0
- requirements.txt +0 -4
requirements-optional.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Optional extras for richer validation/observability.
|
| 2 |
+
# Not installed by default to avoid conflicts with the main UI stack.
|
| 3 |
+
pybatfish
|
| 4 |
+
chromadb
|
| 5 |
+
ray
|
| 6 |
+
|
| 7 |
+
# Note: suzieq 0.8.0 depends on uvicorn<0.12 which conflicts with gradio 4.44’s uvicorn>=0.14.
|
| 8 |
+
# If you need suzieq, install it in a separate env or pin gradio/uvicorn accordingly.
|
requirements.txt
CHANGED
|
@@ -11,7 +11,3 @@ pynetbox>=7.0.0
|
|
| 11 |
pydantic>=2.0.0
|
| 12 |
openai>=1.0.0
|
| 13 |
jinja2>=3.1.0
|
| 14 |
-
pybatfish
|
| 15 |
-
suzieq
|
| 16 |
-
chromadb
|
| 17 |
-
ray
|
|
|
|
| 11 |
pydantic>=2.0.0
|
| 12 |
openai>=1.0.0
|
| 13 |
jinja2>=3.1.0
|
|
|
|
|
|
|
|
|
|
|
|