Skip to content

Commit

Permalink
ci: Ignore warning from GPU tests (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Nov 21, 2024
1 parent 1b9eac6 commit 38d3a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ panel = ">1.1"
pyogrio = "*"
python-graphviz = "*"
python-snappy = "*"
rasterio = "*"
rasterio = "!=1.4.0" # 2024-11: Errors and will not solve to latest on Linux + Python 3.9
scikit-image = "*"
shapely = ">=2.0.0"
spatialpandas = "*"
Expand Down Expand Up @@ -98,7 +98,7 @@ geopandas-base = "*"
netcdf4 = "*"
pyarrow = "*"
pyogrio = "*"
rasterio = "*"
rasterio = "!=1.4.0" # 2024-11: Errors and will not solve to latest on Linux + Python 3.9
rioxarray = "*"
scikit-image = "*"
shapely = ">=2.0.0"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ filterwarnings = [
"ignore:numpy.ndarray size changed, may indicate binary incompatibility:RuntimeWarning", # https://github.com/pydata/xarray/issues/7259
"ignore:\\s*Dask dataframe query planning is disabled because dask-expr is not installed:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146
"ignore:The legacy Dask DataFrame implementation is deprecated:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146
"ignore:The cuda.cuda(rt)? module is deprecated:DeprecationWarning", # https://github.com/rapidsai/rmm/issues/1730
]

0 comments on commit 38d3a62

Please sign in to comment.