Skip to content
Closed
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
14 changes: 11 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gitdb==4.0.12
# via
# -c requirements.txt
# gitpython
gitpython==3.1.47
gitpython==3.1.54
# via
# -c requirements.txt
# streamlit
Expand Down Expand Up @@ -99,7 +99,7 @@ narwhals==2.15.0
# via
# -c requirements.txt
# altair
numpy==2.4.6
numpy==2.2.6
# via
# -c requirements.txt
# -r requirements.in
Expand All @@ -121,7 +121,7 @@ packaging==25.0
# altair
# pytest
# streamlit
pandas==3.0.3
pandas==2.3.3
# via
# -c requirements.txt
# -r requirements.in
Expand Down Expand Up @@ -158,6 +158,10 @@ python-multipart==0.0.31
# via
# -c requirements.txt
# streamlit
pytz==2026.2
# via
# -c requirements.txt
# pandas
referencing==0.37.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -204,6 +208,10 @@ typing-extensions==4.15.0
# altair
# ortools
# streamlit
tzdata==2026.2
# via
# -c requirements.txt
# pandas
urllib3==2.7.0
# via
# -c requirements.txt
Expand Down
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ click==8.3.1
# uvicorn
et-xmlfile==2.0.0
# via openpyxl
exceptiongroup==1.3.1
# via anyio
gitdb==4.0.12
# via gitpython
gitpython==3.1.47
gitpython==3.1.54
# via streamlit
h11==0.16.0
# via uvicorn
Expand Down Expand Up @@ -121,13 +119,8 @@ toml==0.10.2
typing-extensions==4.15.0
# via
# altair
# anyio
# exceptiongroup
# ortools
# referencing
# starlette
# streamlit
# uvicorn
tzdata==2026.2
# via pandas
urllib3==2.7.0
Expand Down
Loading