Skip to content

Commit

Permalink
Update docker pipfile lock (#1563)
Browse files Browse the repository at this point in the history
* Update docker pipfile lock

* workaround issue with notebook 7.0+
  • Loading branch information
eaidova authored Dec 20, 2023
1 parent e846450 commit f2abd7b
Show file tree
Hide file tree
Showing 2 changed files with 1,679 additions and 1,673 deletions.
3 changes: 2 additions & 1 deletion .docker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ librosa = ">=0.8.1"
matplotlib = ">=3.4"
monai = ">=0.9.1,<1.0.0"
nbval = "*"
notebook = "<7.0.0"
nncf = "==2.7.0"
numpy = ">=1.21.0"
onnx = ">=1.11.0"
Expand All @@ -42,7 +43,7 @@ scipy = "*"
seaborn = ">=0.11.0"
setuptools = ">56.0.0"
shapely = ">=1.7.1"
supervisor = "==4.1.0"
supervisor = ">=4.1.0"
tensorflow = ">=2.5,<=2.12"
tensorflow-datasets = "==4.2.0"
treon = "*"
Expand Down
Loading

0 comments on commit f2abd7b

Please sign in to comment.