From bcf22c0e1097bf3844fc40bb8323afa4fc910bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Fri, 5 Apr 2024 13:14:16 +0200 Subject: [PATCH] deps: emcee try patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3929eee6..a99337a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "emcee>=3.0.0", + "emcee @ git+https://github.com/MuellerSeb/emcee.git@patch-np2", "hankel>=1.0.0", "meshio>=5.1.0", "numpy>=2.0.0rc1",