Skip to content

Commit

Permalink
FIX: updating casa versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcarcamov committed May 10, 2024
1 parent 1fb8e03 commit d59bcae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
17 changes: 9 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@ name: snow-env
dependencies:
- python=3.10
- numpy=1.24
- matplotlib
- mpi4py
- anaconda
- pip
- pip:
- astropy==6.0.0
- casadata==2023.9.18
- astropy==6.1.0
- casadata==2024.1.15
- casafeather==0.0.20
- casalogger==1.0.17
- casampi==0.5.4
- casaplotms==2.2.4
- casaplotms==2.3.4
- casaplotserver==1.7.1
- casashell==6.6.0.20
- casashell==6.6.3.22
- casatablebrowser==0.0.33
- casatasks==6.6.0.20
- casatestutils==6.6.0.20
- casatools==6.6.0.20
- casaviewer==1.9.1
- casatasks==6.6.3.22
- casatestutils==6.6.3.22
- casatools==6.6.3.22
- casaviewer==2.0.1
- numpy==1.24.3
- python-casacore==3.5.2
- reproject==0.11.0
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
astropy==5.2.2
casadata==2023.9.18
astropy==6.1.0
casadata==2024.1.15
casafeather==0.0.20
casalogger==1.0.17
casampi==0.5.4
casaplotms==2.2.4
casaplotms==2.3.4
casaplotserver==1.7.1
casashell==6.6.0.20
casashell==6.6.3.22
casatablebrowser==0.0.33
casatasks==6.6.0.20
casatestutils==6.6.0.20
casatools==6.6.0.20
casaviewer==1.9.1
casatasks==6.6.3.22
casatestutils==6.6.3.22
casatools==6.6.3.22
casaviewer==2.0.1
numpy==1.24.3
python-casacore==3.5.2
reproject==0.11.0
Expand Down

0 comments on commit d59bcae

Please sign in to comment.