Skip to content

Commit cadaaae

Browse files
committed
Merge branch 'master' of https://github.com/arafune/arpes
2 parents 69eea01 + 5c7d32a commit cadaaae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"astropy",
2727
"xarray>=0.16.1",
2828
"h5py>=3.2.1",
29-
"pyqtgraph>=0.12.0,<0.13.0",
29+
"pyqtgraph>=0.12.0", # work with pyqtgraph 0.13.3
3030
"PyQt5==5.15",
3131
"netCDF4>=1.5.0,<2.0.0",
3232
"colorcet",
@@ -38,8 +38,8 @@
3838
"scikit-learn",
3939
# plotting
4040
"matplotlib>=3.0.3",
41-
"bokeh>=2.0.0,<3.0.0",
42-
"ipywidgets>=7.0.1,<8.0.0",
41+
"bokeh>=2.0.0", # work with bokeh 3.1.1
42+
"ipywidgets>=7.0.1", # work with ipywidgets 8.0.6
4343
# Misc deps
4444
"packaging",
4545
"colorama",

0 commit comments

Comments
 (0)