Skip to content
Open
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
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ requires-python = ">=3.12"
# the actual installed versions. Bump minimums only when crossing a major
# version line or when a feature actually requires a specific release.
dependencies = [
"astropy>=7.0", # major 6 → 7
"astropy>=7.2.1", # major 6 → 7
"astroquery",
"canfar",
"cs_util>=0.1.9",
"cs_util>=0.2.1",
"galsim>=2.8",
"h5py",
"joblib>=1.4",
"matplotlib>=3.10",
"matplotlib>=3.11.0",
"mccd>=1.2.4",
"modopt>=1.6",
"mpi4py>=4.1.2",
Expand All @@ -34,12 +34,12 @@ dependencies = [
"python-pysap>=0.3",
"PyQt5",
"pyqtgraph",
"reproject>=0.19",
"reproject>=0.20.0",
"sf_tools>=2.0.4",
"skaha>=1.7",
"sqlitedict>=2.0",
"termcolor",
"tqdm>=4.68.1",
"tqdm>=4.68.3",
"vos>=3.6",
# ngmix is pinned to Axel's stable_version branch until upstream ngmix
# absorbs the fixes — tracked separately, do not modernize this line.
Expand All @@ -58,7 +58,7 @@ doc = [
jupyter = [
"ipython>=9.14.1",
"jupyterlab>=4.5.9",
"snakemake>=9.22.0",
"snakemake>=9.23.0",
]
lint = [
"black",
Expand All @@ -69,8 +69,8 @@ release = [
"twine",
]
test = [
"hypothesis>=6.155.2",
"pytest>=8.3",
"hypothesis>=6.155.3",
"pytest>=9.1.0",
"pytest-cov>=5.0",
"pytest-pycodestyle>=2.4",
"pytest-pydocstyle>=2.4",
Expand Down
Loading
Loading