-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
28 lines (26 loc) · 958 Bytes
/
environment.yml
File metadata and controls
28 lines (26 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: pipeline
channels:
- conda-forge
- nodefaults # Prevents mixing with default channel
dependencies:
- conda-ecosystem-user-package-isolation
- python=3.12
- ipython
- pip>=23.0 # Ensure modern pip for better dependency resolution
- openmpi
- mpi4py
- certifi
- sqlite=3.49 # required by myst_nb; higher versions have library mismatch issues
- poppler # required by PL
- imagemagick # required by PL
- pandoc # required by nbsphinx; not 'pandoc' Python library from PyPI
- pip:
- --extra-index-url=https://casa-pip.nrao.edu/repository/pypi-group/simple
- casashell==6.7.3.*
# casatools/casatasks/numpy etc. will be installed as indirect dependencies
- casampi
- protobuf==3.20.* # casaplotms still requires ver<=3.20 currently
# https://casadocs.readthedocs.io/en/stable/notebooks/introduction.html#Known-Issues
- casaplotms
- casaplotserver
- -r requirements.txt