We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7365c commit 9a0fd79Copy full SHA for 9a0fd79
pyproject.toml
@@ -26,8 +26,8 @@ requires-python = ">=3.9"
26
dependencies = [
27
"httpx ~= 0.28", # better HTTP requests
28
'bokeh ~= 2.4; platform_system != "Emscripten"', # interactive plots from datalab directly
29
- "rich ~= 13.0", # nicer terminal output
30
- "numpy < 2", # upper pin for numpy due to bad pins in bokeh
+ "rich >= 13,< 15", # nicer terminal output
+ "numpy < 3", # upper pin for numpy due to bad pins in bokeh
31
]
32
33
0 commit comments