Skip to content

Commit

Permalink
update dask-ms and codex dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Nov 11, 2024
1 parent 9faa8a6 commit 315ff39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pfb/workers/sara.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _sara(**kw):
ntol = 1
pd_tol = [opts.pd_tol]
niters = opts.niter
if ntol < niters:
if ntol <= niters:
pd_tolf = pd_tol[-1]
pd_tol += [pd_tolf]*niters # no harm in too many

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ducc0 = ">=0.34.0"
sympy = ">=1.13"
stimela = { git = "https://github.com/caracal-pipeline/stimela.git", branch = "clickify_missing_as_none" }
streamjoy = ">=0.0.8"
codex-africanus = {extras = ["dask", "scipy", "astropy", "python-casacore"], version = ">=0.3.7, <=0.3.7"}
dask-ms = {extras = ["s3", "xarray", "zarr"], version = ">=0.2.20, <=0.2.20"}
codex-africanus = {extras = ["dask", "scipy", "astropy", "python-casacore"], version = ">=0.4.1"}
dask-ms = {extras = ["s3", "xarray", "zarr"], version = ">=0.2.22"}
tbb = ">=2021.13.1"
jax = {extras = ["cpu"], version = ">=0.4.31"}
lz4 = ">=4.3.3"
Expand Down

0 comments on commit 315ff39

Please sign in to comment.