3v324v23 commited on
Commit
088f355
·
1 Parent(s): 2f715b2

Resolve build error: Loosen version constraints

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- fastapi==0.115.0
2
- uvicorn==0.30.6
3
- pydantic==2.7.1
4
- openai>=2.7.2
5
- openenv-core==0.2.1
6
- httpx==0.27.0
7
  streamlit
 
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic
4
+ openai
5
+ openenv-core
6
+ httpx
7
  streamlit
8
+ pandas