Skip to content

Commit 409ae2a

Browse files
authored
📌 Pin bokeh to less than 3.5.0 due to incompatibility. (#830)
- Pin bokeh to less than 3.5.0 due to incompatibility.
1 parent 82e9d8f commit 409ae2a

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.5.0
55
Click>=8.1.3
66
defusedxml>=0.7.1
77
filelock>=3.9.0

0 commit comments

Comments
 (0)