forked from radis/radis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
41 lines (41 loc) · 1.33 KB
/
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
# See https://github.com/binder-examples/conda
name: radis-env
channels:
- conda-forge
- astropy
- cantera
- plotly
dependencies:
- python=3.8
- astropy # Unit aware calculations
- astroquery>=0.3.9 # to fetch HITRAN databases
- cantera # for chemical equilibrium computations
- configparser
- cython
- h5py # load HDF5
- joblib # for parallel loading of SpecDatabase
- matplotlib
- numpy<=1.22.3
- numba # just-in-time compiler
- pandas>=1.0.5
- plotly>=2.5.1 # for line survey HTML output
- psutil # for getting user RAM
- scipy>=1.4.0
- seaborn # other matplotlib themes
- termcolor # terminal colors
- specutils
- vaex>=4.9.2 # load HDF5 files (version needed to fix https://github.com/radis/radis/issues/486). #TODO : install only required sub-packages
- pip
- pip:
- beautifulsoup4 # parse ExoMol website
- lxml # parser used for ExoMol website
- hjson # Json with comments (for default_radis.json)
- publib>=0.3.2 # Plotting styles for Matplotlib
- hitran-api # HAPI, used to access TIPS partition functions
- peakutils
- json-tricks>=3.15.0 # to deal with non jsonable formats
- mpldatacursor
- progressbar2 # used in vaex
#- tuna # to generate visual/interactive performance profiles
- tables # for pandas to HDF5 export
- habanero # CrossRef API to retrieve data from doi