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 85fe644 commit fc6663bCopy full SHA for fc6663b
1 file changed
pixi.toml
@@ -71,6 +71,7 @@ no-default-feature = true
71
[feature.required.dependencies]
72
nomkl = "*"
73
pip = "*"
74
+python-gil = "*"
75
# Required
76
bokeh = ">=3.1"
77
colorcet = "*"
@@ -141,7 +142,7 @@ plotly = ">=4.0"
141
142
polars = "*"
143
pooch = "*"
144
pyarrow = "*"
-pyparsing = "*"
145
+pyparsing = "<3.3.0" # removed in HoloViews 1.23
146
python-duckdb = "*"
147
scikit-image = "*"
148
scipy = "*"
@@ -173,7 +174,7 @@ plotly = ">=4.0"
173
174
175
176
177
178
179
180
0 commit comments