From 5e5ca1edce981a41018609a376f1aa87041111e2 Mon Sep 17 00:00:00 2001 From: Aaron Gundel Date: Tue, 16 Jul 2024 14:52:45 -0600 Subject: [PATCH] arches should be greater than 7.6.0a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ae4604..adc6f96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "arches>=7.6.0,<7.7.0", + "arches>=7.6.0a0,<7.7.0", ] version = "0.0.1"