From b22d9b10d1d1199f6514cbf3c27e672e71cbb4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:32:32 +0000 Subject: [PATCH] Update libpysal requirement from ~=4.8.0 to >=4.8,<4.8 Updates the requirements on [libpysal](https://github.com/pysal/libpysal) to permit the latest version. - [Release notes](https://github.com/pysal/libpysal/releases) - [Changelog](https://github.com/pysal/libpysal/blob/main/CHANGELOG.md) - [Commits](https://github.com/pysal/libpysal/compare/v4.8.0...v4.7.0) --- updated-dependencies: - dependency-name: libpysal dependency-version: 4.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e1b98027..8263fc938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "jupyterlab>=4.0", "jupyterlab-widgets>=3.0.0", "leidenalg~=0.10.2", - "libpysal~=4.8.0", + "libpysal>=4.8,<4.8", "matplotlib~=3.8.0", "mudata==0.3.1", "muon==0.1.7",