Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions constraints/3.10.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-identity==1.17.1
dill==0.3.9
pillow==10.4.0
psutil==6.1.0
scipy==1.14.1
azure-identity==1.25.3
dill==0.4.1
pillow==12.2.0
psutil==7.2.2
scipy==1.15.3
10 changes: 5 additions & 5 deletions constraints/3.11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-identity==1.17.1
dill==0.3.9
pillow==10.4.0
psutil==6.1.0
scipy==1.14.1
azure-identity==1.25.3
dill==0.4.1
pillow==12.2.0
psutil==7.2.2
scipy==1.15.3
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loguru
fire
fuzzywuzzy
openai
litellm>=1.73 # to support `from litellm import get_valid_models`
litellm>=1.83.14 # to support `from litellm import get_valid_models`
azure.identity
pyarrow
rich
Expand Down Expand Up @@ -44,7 +44,7 @@ docker
webdriver-manager

# demo related
streamlit>=1.47 # to support input_c.text_area(..., height="content", ...)
streamlit>=1.57.0 # to support input_c.text_area(..., height="content", ...)
plotly
st-theme
randomname
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ sphinx-togglebutton
sphinx_rtd_theme
# snowballstemmer, a dependency of sphinx, was released on 2025-05-08 with version 3.0.0,
# which causes errors in the build process. So we've limited the version for now.
snowballstemmer<3.0
snowballstemmer<4.0
Loading