Skip to content

Commit f97c9f4

Browse files
authored
FAI-897: Add bokeh dependency (#123)
* Add bokeh dependency * Bokeh version consistent with requirements
1 parent 9b47f08 commit f97c9f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ classifiers = [
2121
]
2222

2323
dependencies = [
24-
"Jpype1", "pyarrow", "matplotlib", "pandas", "numpy"
24+
"Jpype1==1.4.1",
25+
"pyarrow==7.0.0",
26+
"matplotlib==3.5.1",
27+
"pandas==1.2.5",
28+
"numpy",
29+
"bokeh==2.4.3"
2530
]
2631

2732
[project.optional-dependencies]

0 commit comments

Comments
 (0)