From 5f02c718f76984aa01b5e9a70e3012f7eebd0429 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:25:16 -0700 Subject: [PATCH] Pin param (#752) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed29d8da..b2be65db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ 'numpy', 'packaging', 'panel >=1.0.0', - 'param', + 'param >=1.9.3,<3.0', 'pyproj', 'shapely', 'xyzservices',