Last active
November 19, 2020 12:59
-
-
Save lumbric/e658040087d8990d9128186994a045ed to your computer and use it in GitHub Desktop.
Conda environment for cvxgrp/cvxpy#1112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cvxpytest | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- _libgcc_mutex=0.1=main | |
- appdirs=1.4.4=pyh9f0ad1d_0 | |
- attrs=19.3.0=py_0 | |
- backcall=0.2.0=py_0 | |
- black=20.8b1=py_1 | |
- blas=1.0=mkl | |
- ca-certificates=2020.11.8=ha878542_0 | |
- certifi=2020.11.8=py37h89c1867_0 | |
- click=7.1.2=pyh9f0ad1d_0 | |
- coincbc=2.10.5=hab63836_0 | |
- coverage=5.0=py37h7b6447c_0 | |
- dataclasses=0.7=pyhb2cacf7_7 | |
- decorator=4.4.2=py_0 | |
- dsdp=5.8=hd9d9efa_1203 | |
- fftw=3.3.8=nompi_h7f3a6c3_1111 | |
- future=0.18.2=py37_1 | |
- glpk=4.65=he80fd80_1002 | |
- gmp=6.1.2=h6c8ec71_1 | |
- gmpy2=2.0.8=py37h10f8cd9_2 | |
- gsl=2.6=hf94e986_0 | |
- importlib-metadata=1.6.1=py37_0 | |
- importlib_metadata=1.6.1=0 | |
- intel-openmp=2020.1=217 | |
- ipython=7.15.0=py37_0 | |
- ipython_genutils=0.2.0=py37_0 | |
- jedi=0.17.0=py37_0 | |
- ld_impl_linux-64=2.33.1=h53a641e_7 | |
- libblas=3.8.0=20_mkl | |
- libcblas=3.8.0=20_mkl | |
- libedit=3.1.20191231=h7b6447c_0 | |
- libffi=3.3=he6710b0_1 | |
- libgcc-ng=9.1.0=hdf63c60_0 | |
- libgfortran-ng=7.3.0=hdf63c60_0 | |
- liblapack=3.8.0=20_mkl | |
- libstdcxx-ng=9.1.0=hdf63c60_0 | |
- metis=5.1.0=he1b5a44_1006 | |
- mkl=2020.1=217 | |
- mkl-service=2.3.0=py37he904b0f_0 | |
- mkl_fft=1.1.0=py37h23d657b_0 | |
- mkl_random=1.1.1=py37h0573a6f_0 | |
- more-itertools=8.4.0=py_0 | |
- mpc=1.1.0=h10f8cd9_1 | |
- mpfr=4.0.1=hdf1c602_3 | |
- mypy_extensions=0.4.3=py37hc8dfbb8_2 | |
- ncurses=6.2=he6710b0_1 | |
- networkx=2.4=py_0 | |
- numpy=1.18.1=py37h4f9e942_0 | |
- numpy-base=1.18.1=py37hde5b4d6_1 | |
- openssl=1.1.1h=h516909a_0 | |
- packaging=20.4=py_0 | |
- parso=0.7.0=py_0 | |
- pathspec=0.8.1=pyhd3deb0d_0 | |
- pexpect=4.8.0=py37_0 | |
- pickleshare=0.7.5=py37_0 | |
- pip=20.1.1=py37_1 | |
- pluggy=0.13.1=py37_0 | |
- prompt-toolkit=3.0.5=py_0 | |
- ptyprocess=0.6.0=py37_0 | |
- py=1.8.2=py_0 | |
- pygments=2.6.1=py_0 | |
- pyparsing=2.4.7=py_0 | |
- pytest=5.4.3=py37_0 | |
- pytest-cov=2.10.1=pyh9f0ad1d_0 | |
- python=3.7.7=hcff3b4d_5 | |
- python_abi=3.7=1_cp37m | |
- readline=8.0=h7b6447c_0 | |
- regex=2020.11.13=py37h4abf009_0 | |
- scipy=1.4.1=py37h0b6359f_0 | |
- setuptools=47.3.0=py37_0 | |
- six=1.15.0=py_0 | |
- sqlite=3.32.2=h62c20be_0 | |
- suitesparse=5.7.2=h717dc36_0 | |
- tbb=2020.2=hc9558a2_0 | |
- tk=8.6.10=hbc83047_0 | |
- toml=0.10.2=pyhd8ed1ab_0 | |
- traitlets=4.3.3=py37_0 | |
- typed-ast=1.4.1=py37h4abf009_1 | |
- typing_extensions=3.7.4.3=py_0 | |
- wcwidth=0.2.4=py_0 | |
- wheel=0.34.2=py37_0 | |
- xz=5.2.5=h7b6447c_0 | |
- zipp=3.1.0=py_0 | |
- zlib=1.2.11=h7b6447c_3 | |
- pip: | |
- cvxopt==1.2.5 | |
- cvxpy==1.1.3 | |
- ecos==2.0.7.post1 | |
- gurobipy==8.1.0 | |
- osqp==0.6.1 | |
- pyscipopt==3.0.3 | |
- scs==2.1.2 | |
prefix: /opt/miniconda3/envs/cvxpytest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment