From 221f0051076a0484ab2bd5a14235ba2f4a06788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 23 Nov 2025 18:08:24 +0100 Subject: [PATCH 1/3] DEP: allow ratarmount beyond 0.8.x and on macOS --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba496ebfce1..e9b33822e22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,7 +159,7 @@ full = [ "pyx>=0.15", "scipy>=1.5.0", "glue-core!=1.2.4;python_version >= '3.10'", # see https://github.com/glue-viz/glue/issues/2263 - "ratarmount~=0.8.1;platform_system!='Windows' and platform_system!='Darwin'", + "ratarmount>=0.8.1 ; platform_system!='Windows'", "yt[adaptahop]", "yt[ahf]", "yt[amrex]", From b48e568ce2bcbe9c987603baa1b1c232a9adeca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 23 Nov 2025 18:33:35 +0100 Subject: [PATCH 2/3] bisection: <1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9b33822e22..bf27647f79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,7 +159,7 @@ full = [ "pyx>=0.15", "scipy>=1.5.0", "glue-core!=1.2.4;python_version >= '3.10'", # see https://github.com/glue-viz/glue/issues/2263 - "ratarmount>=0.8.1 ; platform_system!='Windows'", + "ratarmount>=0.8.1,<1.0.0; platform_system!='Windows'", "yt[adaptahop]", "yt[ahf]", "yt[amrex]", From a4906282fefa40f4f4d1514a21de351d9f262714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 23 Nov 2025 18:47:14 +0100 Subject: [PATCH 3/3] bisection: <0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf27647f79e..b50e9bfc8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,7 +159,7 @@ full = [ "pyx>=0.15", "scipy>=1.5.0", "glue-core!=1.2.4;python_version >= '3.10'", # see https://github.com/glue-viz/glue/issues/2263 - "ratarmount>=0.8.1,<1.0.0; platform_system!='Windows'", + "ratarmount>=0.8.1,<0.10.0; platform_system!='Windows'", "yt[adaptahop]", "yt[ahf]", "yt[amrex]",