Changeset 6264d30


Ignore:
Timestamp:
Feb 25, 2017, 12:38:18 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
0eeba03
Parents:
bcdcc55
Message:

setup.py: add numpy to setup_requires, nose2 to extras_require[tests]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rbcdcc55 r6264d30  
    7171    classifiers = classifiers,
    7272    install_requires = ['numpy'],
     73    setup_requires = ['numpy'],
    7374    cmdclass = {
    7475        'clean': CleanGenerated,
     
    7677        },
    7778    test_suite = 'nose2.collector.collector',
     79    extras_require = {
     80        'tests': ['numpy'],
     81        },
    7882    )
Note: See TracChangeset for help on using the changeset viewer.