Skip to content

Commit

Permalink
Fix pycddlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Oct 16, 2024
1 parent 6b86faf commit fb05165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dynamic = ["version"]
[project.optional-dependencies]
# Update dependencies in `all` if any are added or removed
# OLS requires pycddlib and libgmp to be installed, which does not work on MacOS for now.
ols = ["pycddlib"]
gpi = ["pycddlib"]
ols = ["pycddlib==2.1.6"]
gpi = ["pycddlib==2.1.6"]

all = [
# OLS & GPI
"pycddlib",
"pycddlib==2.1.6",
]
testing = ["pytest ==7.1.3"]

Expand Down

0 comments on commit fb05165

Please # to comment.