-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
80 lines (80 loc) · 1.01 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: testenv
channels:
- conda-forge
- defaults
- https://serverussnape.de/conda-channels/antares
dependencies:
- blas
- brotlipy
- ca-certificates
- certifi
- cffi
- chardet
- cryptography
- icu
- idna
- intel-openmp
- jpeg
- krb5
- libclang
- libcxx
- libedit
- libffi
- libiconv
- libllvm11
- libpng
- libpq
- libxml2
- libxslt
- lz4-c
- mkl
- mkl-service
- mkl_fft
- mkl_random
- mysql-common
- mysql-libs
- ncurses
- nspr
- nss
- numpy-base
- openssl
- pip
- pycosat
- pycparser
- pyopenssl
- pyqtgraph
- pyside2
- pysocks
- python
- python_abi
- qt
- qtpy
- readline
- requests
- ruamel_yaml
- setuptools
- six
- sqlite
- tk
- tqdm
- urllib3
- wheel
- xz
- yaml
- zlib
- zstd
- pip:
- beautifulsoup4
- configparser
- html5lib
- lxml
- neutronbraggedge
- numpy
- pandas
- pillow
- plotly
- python-dateutil
- pytz
- retrying
- soupsieve
- webencodings