-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathenvironment.yml
53 lines (51 loc) · 935 Bytes
/
environment.yml
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
# important notes:
# to get python-ligo-lw into this env (needed for some tests)
# a workaround is to
# 1. create the environment from this file
# 2. then manually install python-ligo-lw
# 3. then forcibly uninstall any auto-installed LALSuite packages
name: lalsuite-dev
channels:
- conda-forge
dependencies:
- astropy >=1.1.1
- autoconf
- automake
- bc
- black ~=22.0
- cfitsio
- doxygen
- fftw
- freezegun
- c-compiler
- gsl
- gwpy
- h5py
- hdf5
- healpy >=1.17.3
- help2man >=1.37
- ldas-tools-framecpp <3.0.0a0
- libframel <9.0.0a0
- ligo-gracedb
- ligo-segments
- lscsoft-glue >=2.0.0
- make
- matplotlib-base
- metaio
- mpmath >=1.0.0
- numpy
- openmpi
- pillow
- pip
- pkg-config >=0.18.0
- pytest
- python <3.13.0a0
#- python-ligo-lw <-- depends upon python-lal
- scipy >=0.9.0
- swig >=3.0.10
- sympy
- tqdm
- xz
- zlib
- pip:
- astyle