Changeset 2621 for trunk/setup.py


Ignore:
Timestamp:
08/06/12 12:15:11 (12 years ago)
Author:
Malte Marquarding
Message:

allow for ipython >=0.10 (both 0.10 and 0.11)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r2525 r2621  
    1717      scripts = ["bin/asap", "bin/asap_update_data",],
    1818      license = 'GPL',
    19       install_requires = ["ipython>=0.11", "matplotlib>=0.99", "numpy>=1.3"],
     19      install_requires = ["ipython>=0.10", "matplotlib>=0.99", "numpy>=1.3"],
    2020#      setup_requires = [ "scons>=1.0" ],
    2121      )
Note: See TracChangeset for help on using the changeset viewer.