From 017140a6099ed781dfc0d660580790396a6a993b Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 5 Nov 2024 15:00:26 +0100 Subject: [PATCH] build: switch to forked coqpit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7376384..ddd60d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "coqpit>=0.0.17", + "coqpit-config>=0.1.0", "fsspec>=2023.6.0", "numpy>=1.24.3; python_version < '3.12'", "numpy>=1.26.0; python_version >= '3.12'",