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
2 changes: 1 addition & 1 deletion src/backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uvicorn>=0.46.0
python-multipart>=0.0.27
flask-cors>=5.0.0
python-dotenv>=1.0.1
databricks-sdk>=0.95.0
databricks-sdk>=0.110.0
databricks-sql-connector>=4.2.6
pandas>=2.1.0
numpy>=2.2.2
Expand Down
6 changes: 3 additions & 3 deletions src/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,9 @@ cycler==0.12.1 \
--hash=sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30 \
--hash=sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c
# via matplotlib
databricks-sdk==0.102.0 \
--hash=sha256:75d1253276ee8f3dd5e7b00d62594b7051838435e618f74a8570a6dbd723ec12 \
--hash=sha256:8fa5f82317ee27cc46323c6e2543d2cfefb4468653f92ba558271043c6f72fb9
databricks-sdk==0.110.0 \
--hash=sha256:8a23db05be7a304bea43b4fa78b437051ed0f3755b19594429c649ee4159b546 \
--hash=sha256:b62d806982b37f8160f700d657c37b3bd586c649eb5c8c4c1216090d888c5820
# via
# -r src/backend/requirements.in
# mlflow-skinny
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,9 @@ cycler==0.12.1 \
--hash=sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30 \
--hash=sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c
# via matplotlib
databricks-sdk==0.102.0 \
--hash=sha256:75d1253276ee8f3dd5e7b00d62594b7051838435e618f74a8570a6dbd723ec12 \
--hash=sha256:8fa5f82317ee27cc46323c6e2543d2cfefb4468653f92ba558271043c6f72fb9
databricks-sdk==0.110.0 \
--hash=sha256:8a23db05be7a304bea43b4fa78b437051ed0f3755b19594429c649ee4159b546 \
--hash=sha256:b62d806982b37f8160f700d657c37b3bd586c649eb5c8c4c1216090d888c5820
# via
# -r src/backend/requirements.in
# mlflow-skinny
Expand Down