Skip to content

Commit 110ad44

Browse files
FIX: fixing installation on pyproject.toml
1 parent 73d4ce0 commit 110ad44

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

environment.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@ name: snow-env
22
dependencies:
33
- python>=3.10,<3.11
44
- numpy=1.26
5+
- ncurses=6.2
56
- matplotlib
67
- mpi4py
78
- anaconda
89
- pip
910
- pip:
1011
- almatasks==0.0.0.3
1112
- astropy==6.1.0
12-
- casafeather==0.0.22
13-
- casalogger==1.0.19
14-
- casampi==0.5.5
15-
- casaplotms==2.4.3
16-
- casaplotserver==1.8.2
17-
- casashell==6.6.4.34
18-
- casatablebrowser==0.0.35
19-
- casatasks==6.6.4.34
20-
- casatestutils==6.6.4.34
21-
- casatools==6.6.4.34
22-
- casaviewer==2.1.4
13+
- casafeather==0.0.27
14+
- casalogger==1.0.23
15+
- casampi==0.5.9
16+
- casaplotms==2.7.4
17+
- casaplotserver==2.0.3
18+
- casashell==6.7.0.31
19+
- casatablebrowser==0.0.39
20+
- casatasks==6.7.0.31
21+
- casatestutils==6.7.2.42
22+
- casatools==6.7.0.31
23+
- casaviewer==2.4.4
24+
- numpy==1.26.0
2325
- python-casacore==3.5.2
24-
- reproject==0.13.1
25-
- scipy==1.13.1
26+
- reproject==0.11.0
27+
- scipy==1.11.4

0 commit comments

Comments
 (0)