https://github.com/Microsoft/CNTK
Raw File
Tip revision: b7ddf607965d6d614292bc9f8d1f398c6ff011fe authored by Alexey Reznichenko on 29 June 2016, 15:09:10 UTC
Minor clean-up
Tip revision: b7ddf60
requirements.txt
# packages required for the Python API
scipy >= 0.17
numpy >= 1.10
# packages required for the E2E test
six
back to top