forked from rishawsingh/radis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
37 lines (37 loc) · 1.15 KB
/
Copy pathenvironment.yml
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
# See https://github.com/binder-examples/conda
name: radis-env
channels:
- conda-forge
- astropy
- cantera
dependencies:
- python=3.8
- numpy
- scipy>=1.4.0
- matplotlib
- cantera # for chemical equilibrium computations
- cython
- pandas>=1.0.5
- pytables # for pandas to HDF5 export
- plotly # used in line-survey
- astropy # Unit aware calculations
- plotly>=2.5.1 # for line survey HTML output
- termcolor # terminal colors
- configparser
- astroquery>=0.3.9 # to fetch HITRAN databases
- pytest # to run test suite
- joblib # for parallel loading of SpecDatabase
- numba # just-in-time compiler
- psutil # for getting user RAM
- pip
- pip:
- beautifulsoup4 # parse ExoMol website
- lxml # parser used for ExoMol website
- pyarrow # for the feather format (temporarily needed for ExoMol)
- publib>=0.3.2 # Plotting styles for Matplotlib
- hitran-api # HAPI, used to access TIPS partition functions
- json-tricks>=3.15.0 # to deal with non jsonable formats
- mpldatacursor
- tuna # to generate visual/interactive performance profiles
- vaex # load HDF5 files
- habanero # CrossRef API to retrieve data from doi