Skip to content

Commit e36435d

Browse files
committed
match versioning on progsteps_only yaml to other ci yamls
1 parent b61e289 commit e36435d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

ci/only_progsteps.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,24 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- astropy>=4.0
6+
- astropy>=5.2
7+
- astropy-healpix>=0.6
78
- coverage
8-
- h5py
99
- line_profiler
1010
- mpi4py>=3.0.0
11+
- numpy>=1.20
1112
- openmpi
12-
- numpy>=1.15
1313
- pip
14-
- astropy-healpix
1514
- psutil
15+
- python-casacore>=3.3
1616
- pytest
1717
- pytest-cov
18-
- pyuvdata>=2.1.3
18+
- pytest-xdist
19+
- pyuvdata>=2.2.10
1920
- pyyaml>=5.1
20-
- scipy
21-
- setuptools_scm
21+
- scipy>=1.3
22+
- setuptools_scm>=7.0.3
2223
- pip:
23-
- pyradiosky>=0.1.2
24-
- lunarsky
24+
- pyradiosky>=0.2
25+
- lunarsky>=0.2.1
2526
- git+https://github.com/aelanman/analytic_diffuse

0 commit comments

Comments
 (0)