Jason Antic
6 anni fa
1 ha cambiato i file con
109 aggiunte e
0 eliminazioni
-
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
|