Skip to content
Merged
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
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ keywords = ["cli"]
# Install it separately with `pip install arcticpy==2.6 --no-build-isolation
# --no-deps` after installing numpy.
dependencies = [
"autofit",
"autoarray",
# Floors, not pins — keeps pip from backtracking the PyAuto family into
# pre-extras releases when resolving alongside the [jax] chain.
# PyAutoLens#687.
"autofit>=2026.7.29.2",
"autoarray>=2026.7.29.2",
"nautilus-sampler==1.0.5"
]

Expand Down
Loading