Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ jobs:
run: |
MATRIX=$(jq -nsc '{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"environment": ["test-310", "test-314"],
"include": [
# Can be removed when tsdownsample support 3.14
{"environment": "test-313", "os": "ubuntu-latest"}
]
"environment": ["test-310", "test-314"]
}')
echo "MATRIX=$MATRIX" >> $GITHUB_ENV
- name: Set test matrix with 'full' option
Expand Down
39 changes: 3 additions & 36 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platforms = ["linux-64", "osx-arm64", "win-64"]
[environments]
default = [
"required",
"py312",
"py314",
"optional",
"test-core",
"test-example",
Expand Down Expand Up @@ -34,7 +34,7 @@ features = ["required", "py313", "optional", "test-core", "test-example", "test-
no-default-feature = true

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

[environments.test-ui]
Expand Down Expand Up @@ -138,43 +138,10 @@ scipy = "*"
selenium = "*"
shapely = "*"
spatialpandas = "*"
tsdownsample = "*"
xarray = ">=0.10.4"
xyzservices = "*"

[feature.optional.target.unix.dependencies]
tsdownsample = "*" # currently not available on Windows

[feature.optional-314.dependencies]
bokeh_sampledata = "*"
cftime = "*"
contourpy = "*"
dask-core = "*"
datashader = ">=0.11.1"
ffmpeg = "*"
ibis-sqlite = "*"
ipython = ">=5.4.0"
matplotlib-base = ">=3"
nbconvert-core = "*"
netcdf4 = "*"
networkx = "*"
notebook = "*"
pillow = "*"
plotly = ">=4.0"
polars = "*"
pooch = "*"
pyarrow = "*"
python-duckdb = "*"
scikit-image = "*"
scipy = "*"
selenium = "*"
shapely = "*"
spatialpandas = "*"
xarray = ">=0.10.4"
xyzservices = "*"

[feature.optional-314.target.unix.dependencies]
# tsdownsample = "*" # currently not available on Windows

[feature.dev.dependencies]
jupyterlab = "*"
jupyterlab-myst = "*"
Expand Down
Loading