We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69eea01 + 5c7d32a commit cadaaaeCopy full SHA for cadaaae
1 file changed
setup.py
@@ -26,7 +26,7 @@
26
"astropy",
27
"xarray>=0.16.1",
28
"h5py>=3.2.1",
29
- "pyqtgraph>=0.12.0,<0.13.0",
+ "pyqtgraph>=0.12.0", # work with pyqtgraph 0.13.3
30
"PyQt5==5.15",
31
"netCDF4>=1.5.0,<2.0.0",
32
"colorcet",
@@ -38,8 +38,8 @@
38
"scikit-learn",
39
# plotting
40
"matplotlib>=3.0.3",
41
- "bokeh>=2.0.0,<3.0.0",
42
- "ipywidgets>=7.0.1,<8.0.0",
+ "bokeh>=2.0.0", # work with bokeh 3.1.1
+ "ipywidgets>=7.0.1", # work with ipywidgets 8.0.6
43
# Misc deps
44
"packaging",
45
"colorama",
0 commit comments