From 2efa256babc51800e41d386290655cb8ce977466 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Sun, 22 Mar 2026 20:20:49 +0900 Subject: [PATCH] chore: require pylibsparseir 0.8.3 --- .conda/meta.yaml | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 385895d..93ae89d 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -21,12 +21,12 @@ requirements: - scipy - setuptools - wheel - - spm-lab::pylibsparseir >=0.8.0,<0.9.0 + - spm-lab::pylibsparseir >=0.8.3,<0.9.0 run: - numpy - python - scipy - - spm-lab::pylibsparseir >=0.8.0,<0.9.0 + - spm-lab::pylibsparseir >=0.8.3,<0.9.0 #test: # imports: diff --git a/pyproject.toml b/pyproject.toml index b3c0d81..5cb86ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "sparse-ir" -version = "2.1.1" +version = "2.1.2" description = "Python bindings for the libsparseir library, providing efficient sparse intermediate representation for many-body physics calculations" readme = "README.md" requires-python = ">=3.10" dependencies = [ "numpy", "scipy", - "pylibsparseir>=0.8.0,<0.9.0", + "pylibsparseir>=0.8.3,<0.9.0", ] authors = [ {name = "SpM-lab"}