-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda_requirements.yml
42 lines (42 loc) · 1.13 KB
/
conda_requirements.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
name: NWTOPT
channels:
- conda-forge
- defaults
dependencies:
- blas=1.0=openblas
- bottleneck=1.3.2=py38heb32a55_1
- ca-certificates=2021.7.5=h06a4308_1
- certifi=2021.5.30=py38h06a4308_0
- cloudpickle=1.6.0=py_0
- colorama=0.4.4=pyh9f0ad1d_0
- decorator=5.0.9=pyhd8ed1ab_0
- future=0.18.2=py38h578d9bd_3
- hyperopt=0.2.5=pyh9f0ad1d_0
- ncurses=6.2=he6710b0_1
- networkx=2.3=py_0
- numexpr=2.7.3=py38h4be448d_1
- numpy=1.21.1=py38h9894fe3_0
- openssl=1.1.1k=h27cfd23_0
- pandas=1.3.0=py38h295c915_0
- pip=21.2.2=py38h06a4308_0
- pymongo=3.12.0=py38h709712a_0
- python=3.8.11=h12debd9_0_cpython
- python-dateutil=2.8.2=pyhd3eb1b0_0
- python_abi=3.8=2_cp38
- pytz=2021.1=pyhd3eb1b0_0
- readline=8.1=h27cfd23_0
- scipy=1.7.0=py38h7b17777_1
- setuptools=52.0.0=py38h06a4308_0
- six=1.16.0=pyh6c4a22f_0
- sqlite=3.36.0=hc218d9a_0
- tk=8.6.10=hbc83047_0
- tqdm=4.62.0=pyhd8ed1ab_0
- wheel=0.36.2=pyhd3eb1b0_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- dill==0.3.4
- multiprocess==0.70.12.2
- pathlib==1.0.1
- wrapt==1.12.1
- wrapt-timeout-decorator==1.3.1