-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment_mac.yml
More file actions
54 lines (54 loc) · 946 Bytes
/
environment_mac.yml
File metadata and controls
54 lines (54 loc) · 946 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: morphen
channels:
- conda-forge
- pkgw-forge
- defaults
dependencies:
- python=3.8
- casacore
# - aoflagger=2.15.0
# - boost==1.70.0
- pip
- pip:
- casatools==6.5.1.23
- casatasks==6.5.1.23
- casaplotms
- casadata
- casaviewer
- casaplotserver
- casalogger
- protobuf==3.20.3
- ipython
- notebook
- jupyter
- tqdm
- matplotlib
- corner
- sympy
- cmasher
- coloredlogs
- scipy
- numpy
- astropy
- pandas
- astroquery
- tableprint
- prettytable
- dynesty
- datashader
- scikit-image
- scikit-learn
- petrofit
- photutils
- sep
- fitsio
- astrodendro
- bdsf
- lmfit==1.1.0
- emcee
- corner
- arviz
- h5py
# - "jax[cuda12_pip] >= 0.4.13" # Ensure compatibility with CUDA 12
# - -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
- "jax[cpu]"