From f34a9ed2d9dd54e6ea2f511f552db191f4005226 Mon Sep 17 00:00:00 2001 From: Liam Semeria Date: Tue, 3 Mar 2026 10:54:00 +0100 Subject: [PATCH] requirements: updated xdsl to version 0.57.1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 828d9fe4..9153f802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.2.dev1" license = { text = "BSD 3 Clause" } authors = [{ name = "Hugo Pompougnac", email = "hugo.pompougnac@inria.fr" }] classifiers = ["Programming Language :: Python :: 3"] -dependencies = ['jinja2', 'matplotlib', 'numpy', 'ordered-set', 'py-cpuinfo', 'tqdm', 'typing_extensions', 'pyyaml','scikit-learn','lit','filecheck','xdsl~=0.54.0'] +dependencies = ['jinja2', 'matplotlib', 'numpy', 'ordered-set', 'py-cpuinfo', 'tqdm', 'typing_extensions', 'pyyaml','scikit-learn','lit','filecheck','xdsl~=0.57.1'] requires-python = ">=3.10" [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 38c09caf..44aed768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ ordered-set py-cpuinfo tqdm typing_extensions -xdsl~=0.50.0 +xdsl~=0.57.1 pyyaml scikit-learn