From f4ded04b4296a237c8c6a4da239967ff52f3dc38 Mon Sep 17 00:00:00 2001 From: Johnathan Clementi Date: Tue, 30 Jul 2024 15:53:41 -0400 Subject: [PATCH] Update arches dependency until 7.6 is released --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c708b59..1d17cd6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "arches>=7.6.0a10,<8", + "arches @ git+https://github.com/archesproject/arches.git@95bbe4a", ] version = "0.0.1"