Skip to content

Commit

Permalink
Fix pycddlib version until MO Baselines is released
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Oct 17, 2024
1 parent dca9de3 commit 12230d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]

Expand Down

0 comments on commit 12230d7

Please sign in to comment.