From 12230d7c0b5a533fa9d2f275c1dcf35084722086 Mon Sep 17 00:00:00 2001 From: Florian Felten Date: Thu, 17 Oct 2024 09:52:11 +0200 Subject: [PATCH] Fix pycddlib version until MO Baselines is released --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98ae9df..6009823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,8 @@ learning = [ "tqdm >=4.66.1", "pandas >=2.0.3", "matplotlib >=3.7.4", - "morl_baselines[all]" + "morl_baselines[all]", + "pycddlib==2.1.6", ] all = [ # All dependencies above except accept-rom-license @@ -76,7 +77,8 @@ all = [ "tqdm >=4.66.1", "pandas >=2.0.3", "matplotlib >=3.7.4", - "morl_baselines[all]" + "morl_baselines[all]", + "pycddlib==2.1.6", ] testing = ["pytest ==7.1.3"]