Skip to content

Commit 7199d78

Browse files
committed
chore: Add tsdownsample to Python 3.14
1 parent e5e0ad6 commit 7199d78

2 files changed

Lines changed: 4 additions & 41 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ jobs:
9090
run: |
9191
MATRIX=$(jq -nsc '{
9292
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
93-
"environment": ["test-310", "test-314"],
94-
"include": [
95-
# Can be removed when tsdownsample support 3.14
96-
{"environment": "test-313", "os": "ubuntu-latest"}
97-
]
93+
"environment": ["test-310", "test-314"]
9894
}')
9995
echo "MATRIX=$MATRIX" >> $GITHUB_ENV
10096
- name: Set test matrix with 'full' option

pixi.toml

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platforms = ["linux-64", "osx-arm64", "win-64"]
66
[environments]
77
default = [
88
"required",
9-
"py312",
9+
"py314",
1010
"optional",
1111
"test-core",
1212
"test-example",
@@ -34,7 +34,7 @@ features = ["required", "py313", "optional", "test-core", "test-example", "test-
3434
no-default-feature = true
3535

3636
[environments.test-314]
37-
features = ["required", "py314", "optional-314", "test-core", "test-example", "test-unit-task"]
37+
features = ["required", "py314", "optional", "test-core", "test-example", "test-unit-task"]
3838
no-default-feature = true
3939

4040
[environments.test-ui]
@@ -138,43 +138,10 @@ scipy = "*"
138138
selenium = "*"
139139
shapely = "*"
140140
spatialpandas = "*"
141+
tsdownsample = "*"
141142
xarray = ">=0.10.4"
142143
xyzservices = "*"
143144

144-
[feature.optional.target.unix.dependencies]
145-
tsdownsample = "*" # currently not available on Windows
146-
147-
[feature.optional-314.dependencies]
148-
bokeh_sampledata = "*"
149-
cftime = "*"
150-
contourpy = "*"
151-
dask-core = "*"
152-
datashader = ">=0.11.1"
153-
ffmpeg = "*"
154-
ibis-sqlite = "*"
155-
ipython = ">=5.4.0"
156-
matplotlib-base = ">=3"
157-
nbconvert-core = "*"
158-
netcdf4 = "*"
159-
networkx = "*"
160-
notebook = "*"
161-
pillow = "*"
162-
plotly = ">=4.0"
163-
polars = "*"
164-
pooch = "*"
165-
pyarrow = "*"
166-
python-duckdb = "*"
167-
scikit-image = "*"
168-
scipy = "*"
169-
selenium = "*"
170-
shapely = "*"
171-
spatialpandas = "*"
172-
xarray = ">=0.10.4"
173-
xyzservices = "*"
174-
175-
[feature.optional-314.target.unix.dependencies]
176-
# tsdownsample = "*" # currently not available on Windows
177-
178145
[feature.dev.dependencies]
179146
jupyterlab = "*"
180147
jupyterlab-myst = "*"

0 commit comments

Comments
 (0)