https://github.com/Microsoft/CNTK
Raw File
Tip revision: d781a20ec0a6836eebae539074405cc95a01f704 authored by Mark Hillebrand on 19 April 2016, 11:34:19 UTC
Don't mask exit status
Tip revision: d781a20
requirements.txt
# packages required for the Python API
scipy >= 0.17
numpy >= 1.10
# packages required for the E2E test
six
back to top