Resolve build error: Loosen version constraints
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
pydantic
|
| 4 |
-
openai
|
| 5 |
-
openenv-core
|
| 6 |
-
httpx
|
| 7 |
streamlit
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
pydantic
|
| 4 |
+
openai
|
| 5 |
+
openenv-core
|
| 6 |
+
httpx
|
| 7 |
streamlit
|
| 8 |
+
pandas
|