Skip to content

Commit fc6663b

Browse files
authored
ci: Update packages (#6770)
1 parent 85fe644 commit fc6663b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pixi.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ no-default-feature = true
7171
[feature.required.dependencies]
7272
nomkl = "*"
7373
pip = "*"
74+
python-gil = "*"
7475
# Required
7576
bokeh = ">=3.1"
7677
colorcet = "*"
@@ -141,7 +142,7 @@ plotly = ">=4.0"
141142
polars = "*"
142143
pooch = "*"
143144
pyarrow = "*"
144-
pyparsing = "*"
145+
pyparsing = "<3.3.0" # removed in HoloViews 1.23
145146
python-duckdb = "*"
146147
scikit-image = "*"
147148
scipy = "*"
@@ -173,7 +174,7 @@ plotly = ">=4.0"
173174
polars = "*"
174175
pooch = "*"
175176
pyarrow = "*"
176-
pyparsing = "*"
177+
pyparsing = "<3.3.0" # removed in HoloViews 1.23
177178
python-duckdb = "*"
178179
scikit-image = "*"
179180
scipy = "*"

0 commit comments

Comments
 (0)