Skip to content

Commit 3714ef7

Browse files
authored
📌 Pin bokeh version to less than 3.6.0 (#870)
- Pin `bokeh` version to less than `3.6.0` - `bokeh` 3.6.0 has breaking changes
1 parent 6ef915d commit 3714ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# torch installation
22
--extra-index-url https://download.pytorch.org/whl/cu118; sys_platform != "darwin"
33
albumentations>=1.3.0
4-
bokeh>=3.1.1
4+
bokeh>=3.1.1, <3.6.0
55
Click>=8.1.3
66
defusedxml>=0.7.1
77
filelock>=3.9.0

0 commit comments

Comments
 (0)