Changeset 2331 for tags


Ignore:
Timestamp:
10/06/11 12:09:26 (13 years ago)
Author:
Malte Marquarding
Message:

enforce ipython < 0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/asap-4.0.0/packaging/setup.py

    r2326 r2331  
    1414''',
    1515      packages = find_packages(),
    16       install_requires = ["ipython<=0.10", "matplotlib>=0.99", "numpy>=1.3"],
     16      install_requires = ["ipython<0.11", "matplotlib>=0.99", "numpy>=1.3"],
    1717      package_data = {"": ["_asap.so", "data/ipy*"],
    1818                      },
Note: See TracChangeset for help on using the changeset viewer.