-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
68 lines (67 loc) · 1.74 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
name: cvxpy
channels:
- gurobi
- anaconda
- conda-forge
- http://conda.anaconda.org/gurobi
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_gnu
- autopep8=1.5.4=py_0
- ca-certificates=2020.10.14=0
- certifi=2020.6.20=pyhd3eb1b0_3
- cvxpy=1.1.7=py38h950e882_0
- cvxpy-base=1.1.7=py38hc5bc63f_0
- decorator=4.4.2=py_0
- ecos=2.0.7.post1=py38h0b5ebd8_3
- flake8=3.8.4=py_0
- future=0.18.2=py38h578d9bd_2
- gurobi=9.1.0=py38_0
- importlib-metadata=2.0.0=py_1
- ld_impl_linux-64=2.35=h769bd43_9
- libblas=3.9.0=2_openblas
- libcblas=3.9.0=2_openblas
- libffi=3.2.1=he1b5a44_1007
- libgcc-ng=9.3.0=h5dbcf3e_17
- libgfortran-ng=9.3.0=he4bcb1c_17
- libgfortran5=9.3.0=he4bcb1c_17
- libgomp=9.3.0=h5dbcf3e_17
- liblapack=3.9.0=2_openblas
- libopenblas=0.3.12=pthreads_h4812303_1
- libstdcxx-ng=9.3.0=h2ae2ef3_17
- mccabe=0.6.1=py38_1
- ncurses=6.2=h58526e2_3
- networkx=2.5=py_0
- nose=1.3.7=py38_2
- numpy=1.19.4=py38hf0fd68c_1
- openssl=1.1.1h=h7b6447c_0
- osqp=0.6.1=py38hcb8c335_2
- pip=20.2.4=py_0
- pycodestyle=2.6.0=py_0
- pyflakes=2.2.0=py_0
- python=3.8.6=h852b56e_0_cpython
- python_abi=3.8=1_cp38
- readline=8.0=he28a2e2_2
- scipy=1.5.3=py38hb2138dd_0
- scs=2.1.2=py38hfe171b0_2
- setuptools=49.6.0=py38h924ce5b_2
- sqlite=3.33.0=h4cf870e_1
- tk=8.6.10=hed695b0_1
- toml=0.10.1=py_0
- wheel=0.35.1=pyh9f0ad1d_0
- xz=5.2.5=h516909a_1
- zipp=3.4.0=pyhd3eb1b0_0
- zlib=1.2.11=h516909a_1010
- pip:
- click==7.1.2
- cvxopt==1.2.5
- flask==1.1.2
- flask-cors==3.0.9
- gekko==0.2.8
- itsdangerous==1.1.0
- jinja2==2.11.2
- markupsafe==1.1.1
- six==1.15.0
- werkzeug==1.0.1
prefix: /home/niloy/anaconda3/envs/cvxpy