Explorar el Código

Adding environment.yml for convenience (just a clone of fast.ai's for now)

Jason Antic hace 6 años
padre
commit
e80d5ff979
Se han modificado 1 ficheros con 109 adiciones y 0 borrados
  1. 109 0
      environment.yml

+ 109 - 0
environment.yml

@@ -0,0 +1,109 @@
+name: fastai
+channels:
+- fastai
+- pytorch
+- defaults
+- peterjc123
+dependencies:
+- scipy
+- cuda90
+- cudnn
+- numpy
+- pillow
+- jpeg
+- spacy
+- zlib
+- freetype
+- libtiff
+- bleach
+- certifi
+- cffi
+- cycler
+- decorator
+- entrypoints
+- expat
+- html5lib
+- icu
+- ipykernel
+- ipython
+- ipython_genutils
+- ipywidgets
+- jedi
+- jinja2
+- jsonschema
+- jupyter
+- jupyter_client
+- jupyter_console
+- jupyter_core
+#- conda-forge::jupyter_contrib_nbextensions
+- libiconv
+- libpng
+- libsodium
+- libxml2
+- markupsafe
+- matplotlib
+- mistune
+- mkl
+- nbformat
+- notebook
+- numpy
+- olefile
+- openssl
+- pandas
+- pandocfilters
+- path.py
+- patsy
+- pcre
+- pexpect
+- pickleshare
+- pillow
+- pip
+- prompt_toolkit
+- pycparser
+- pygments
+- pyparsing
+- pyqt
+- python>=3.6.0
+- python-dateutil
+- pytz
+- pyzmq
+- qt
+- qtconsole
+- scipy
+- seaborn
+- setuptools
+- simplegeneric
+- sip
+- six
+- sqlite
+- statsmodels
+- testfixtures
+- testpath>=0.4.2
+- tk
+- tornado<5
+- tqdm
+- traitlets
+- wcwidth
+- wheel
+- widgetsnbextension
+- xz
+- zeromq
+- pytorch<0.4
+- bcolz
+- prompt_toolkit
+#- pytest
+- cython
+- pip:
+  - torchvision>=0.1.9
+  - opencv-python
+  - isoweek
+  - pandas_summary==0.0.5
+  - torchtext==0.2.3
+  - graphviz
+  - sklearn_pandas
+  - feather-format
+#  - plotnine
+  - kaggle-cli
+  - ipywidgets
+  - nbconvert
+  - PyHamcrest