From 8d70269b832bc632f1b41ebb4b0277e0297f0bd4 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Sun, 15 Sep 2024 17:29:41 +0100 Subject: [PATCH] require pycddlib<3.0.0 Pycddlib is getting a big revamp to properly support type hints, and as a result the API is going to change quite a bit. To prevent users installing your package to experience problems, I suggest explicitly specifying pycddlib<3.0.0 in dependencies now, prior to pycddlib getting its new release out of beta, until the project has migrated to the new pycddlib API. More info here: https://pycddlib.readthedocs.io/en/latest/changes.html --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a078c0..bc5b957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ scipy matplotlib ortools lark-parser -pycddlib +pycddlib < 3.0.0 graphviz torch psitip == 1.1.6