-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
50 lines (45 loc) · 936 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
name: env_e15190
channels:
- conda-forge
- anaconda
dependencies:
- python=3.9
- conda-build
# common scientific tools
- numpy>=1.19.0
- numba>=0.51.0
- astropy>=4.0
- scipy>=1.6
- sympy>=1.8
# data structure and files I/O
- pytables>=3.6.1
- tabulate>=0.8.9
- pandas>=1.1.0
- lxml>=4.6.3
- pymysql>=1.0.1
- conda-forge::python-duckdb>=0.2.8
- uproot>=4.0.7
- root>=6.26.0
- mako>=1.1.4
# statistical tools and machine learning
- fast-histogram=0.9
- numdifftools=0.9.39
- scikit-learn>=0.24.0
- ruptures>=1.1.4
- lmfit>=1.0.0
- emcee>=3.0.0
# plotting
- matplotlib>=3.3.0
- seaborn>=0.11.0
- alphashape=1.3.1
- plotly::plotly>=5.0.0
# miscellaneous
- cryptography=3.4.7
- pycryptodome=3.18.0
- mnemonic=0.20
- autopep8
- pytest>=6.2.4
- coverage=6.3.2
- snakeviz=2.0.1
- sphinx=4.2.0
- streamlit>=1.15.0