Skip to content
Snippets Groups Projects
Commit d4f197dd authored by Antonio Andriella's avatar Antonio Andriella
Browse files

fix bug on yml conda env

parent cc07cab5
No related branches found
No related tags found
No related merge requests found
......@@ -3,49 +3,49 @@ channels:
- ankurankan
- defaults
dependencies:
- _pytorch_select=0.1=cpu_0
- blas=1.0=mkl
- ca-certificates=2020.6.24=0
- certifi=2020.6.20=py36_0
- cffi=1.14.0=py36hc512035_1
- decorator=4.4.2=py_0
- intel-openmp=2019.4=233
- joblib=0.16.0=py_0
- libcxx=10.0.0=1
- libedit=3.1.20191231=h1de35cc_1
- libffi=3.3=hb1e8313_2
- libgfortran=3.0.1=h93005f0_2
- mkl=2019.4=233
- mkl-service=2.3.0=py36hfbe908c_0
- mkl_fft=1.1.0=py36hc64f4ea_0
- mkl_random=1.1.1=py36h959d312_0
- ncurses=6.2=h0a44026_1
- networkx=2.4=py_1
- ninja=1.10.0=py36h879752b_0
- numpy=1.19.1=py36h3b9f5b6_0
- numpy-base=1.19.1=py36hcfb5961_0
- openssl=1.1.1g=h1de35cc_0
- pandas=1.0.5=py36h959d312_0
- patsy=0.5.1=py36_0
- pgmpy=0.1.11=py36_0
- pip=20.1.1=py36_1
- pycparser=2.20=py_2
- pyparsing=2.4.7=py_0
- python=3.6.10=hf48f09d_2
- python-dateutil=2.8.1=py_0
- pytorch=1.3.1=cpu_py36h0c87eb2_0
- pytz=2020.1=py_0
- readline=8.0=h1de35cc_0
- scipy=1.5.0=py36h912ce22_0
- setuptools=49.2.0=py36_0
- six=1.15.0=py_0
- sqlite=3.32.3=hffcf06c_0
- statsmodels=0.11.1=py36haf1e3a3_0
- tk=8.6.10=hb0a8c7a_0
- tqdm=4.47.0=py_0
- wheel=0.34.2=py36_0
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- _pytorch_select=0.1
- blas=1.0
- ca-certificates=2020.6.24
- certifi=2020.6.20
- cffi=1.14.0
- decorator=4.4.2
- intel-openmp=2019.4
- joblib=0.16.0
- libcxx=10.0.0
- libedit=3.1.20191231
- libffi=3.3
- libgfortran=3.0.1
- mkl=2019.4
- mkl-service=2.3.0
- mkl_fft=1.1.0
- mkl_random=1.1.1
- ncurses=6.2
- networkx=2.4
- ninja=1.10.0
- numpy=1.19.1
- numpy-base=1.19.1
- openssl=1.1.1g
- pandas=1.0.5
- patsy=0.5.1
- pgmpy=0.1.11
- pip=20.1.1
- pycparser=2.20
- pyparsing=2.4.7
- python=3.6.10
- python-dateutil=2.8.1
- pytorch=1.3.1
- pytz=2020.1
- readline=8.0
- scipy=1.5.0
- setuptools=49.2.0
- six=1.15.0
- sqlite=3.32.3
- statsmodels=0.11.1
- tk=8.6.10
- tqdm=4.47.0
- wheel=0.34.2
- xz=5.2.5
- zlib=1.2.11
- pip:
- bnlearn==0.3.7
- chardet==3.0.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment