Pin openenv-core to 0.1.1 to fix HF runtime error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
openenv-core
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
pydantic
|
|
|
|
| 1 |
+
openenv-core==0.1.1
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
pydantic
|