Skip to content

Commit

Permalink
upgrade bentoml to address security alert
Browse files Browse the repository at this point in the history
  • Loading branch information
christinab12 committed Apr 30, 2024
1 parent baa6e03 commit b987cbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
napari[pyqt5]>=0.4.17
bentoml[grpc]==1.0.16
bentoml[grpc]>=1.2.5
4 changes: 2 additions & 2 deletions src/server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
wheel==0.42.0
cellpose==2.2.3
bentoml==1.0.16
bentoml>=1.2.5
scikit-image>=0.19.3
torchmetrics>=0.11.4
torch>=2.1.0
numpy
scikit-learn>=1.2.2
SimpleITK>=2.2.1
numpy
pyradiomics==3.0.1

0 comments on commit b987cbc

Please sign in to comment.