Skip to content

Commit

Permalink
FIX: install python-constraint v1 in Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 20, 2024
1 parent e12032a commit a7cef68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ dependencies = [
"attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
"jsonschema",
"particle",
"python-constraint2",
"tqdm >=4.24.0", # autonotebook
'python-constraint2; python_version >="3.8.0"',
'python-constraint; python_version <"3.8.0"',
'typing-extensions; python_version <"3.8.0"', # Literal, Protocol
]
description = "Rule-based particle reaction problem solver on a quantum number level"
Expand Down

0 comments on commit a7cef68

Please sign in to comment.