Skip to content

Commit 16550bb

Browse files
EliEli
authored andcommitted
Restored param dependency and added to mocks for documentation.
1 parent 1ba9459 commit 16550bb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docsrc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
autodoc_mock_imports = ["nodepy",
3131
"gdal","osgeo","rasterio","fiona","pyproj",
3232
"geopandas","shapely","netCDF4","xarray","vtools3","vtools","dms_datastore",
33-
"rtree","scipy","pandas","numba","diskcache","boto3","palletable"
33+
"rtree","scipy","pandas","numba","diskcache","boto3","palletable","param"
3434
]
3535
# -- General configuration ---------------------------------------------
3636

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ dependencies = [
4848
"click",
4949
"dask>=2022.11",
5050
"numpy>=2.0",
51-
"diskcache"
51+
"diskcache",
52+
"param"
5253
]
5354

5455
[project.optional-dependencies]

schimpy/params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import schimpy.param as param
1+
import param
22

33
from collections import namedtuple
44

0 commit comments

Comments
 (0)