From 67b9f1990693eba8cd4a96b5303295ee456d6362 Mon Sep 17 00:00:00 2001 From: ArthurDeclercq Date: Tue, 3 Dec 2024 17:22:00 +0100 Subject: [PATCH] add rustyms dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 19d3847..3f54f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "pandas >= 1.5.0", "psm_utils >= 0.9.0", "numpy >= 1.23.0", + "rustyms >= 0.8.0" ] requires-python = ">=3.10"