Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pytest==8.3.2
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
python-constraint2==2.0.0b5
python-constraint==1.4.0
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pytest==8.3.2
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
python-constraint2==2.0.0b5
python-constraint==1.4.0
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pytest==8.3.2
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
python-constraint2==2.0.0b5
python-constraint==1.4.0
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pytest==8.3.2
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
python-constraint2==2.0.0b5
python-constraint==1.4.0
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pytest==8.3.2
pytest-cov==5.0.0
pytest-profiling==1.7.0
pytest-xdist==3.6.1
python-constraint2==2.0.0b5
python-constraint==1.4.0
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ dependencies = [
"attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
"jsonschema",
"particle",
"python-constraint",
"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
Loading