Ignore:
Timestamp:
05/11/12 15:25:52 (12 years ago)
Author:
Malte Marquarding
Message:

use ipython >=0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packaging/setup.py

    r2488 r2499  
    2020''',
    2121      packages = find_packages(),
    22       install_requires = ["ipython<=0.10", "matplotlib>=0.99", "numpy>=1.3"],
     22      install_requires = ["ipython>=0.11", "matplotlib>=0.99", "numpy>=1.3"],
    2323      package_data = {"": ["_asap.so", "data/ipy*"],
    2424                      },
    25       scripts = ["bin/asap", "bin/asap2to3", "bin/asap_update_data"],
     25      scripts = ["bin/asap", "bin/asap_update_data"],
    2626      license = 'GPL',
    2727      zip_safe = 0,
Note: See TracChangeset for help on using the changeset viewer.