Hi MPL developers,

I use an older matplotlib version but this code is the same in SVN, so I thought
I'll mention it.

Thanks,
Nadia

In [1]: from matplotlib import pyplot as plt
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

/tangra/data1/dev/spectra/center1d/center1d/matplotlib/__init__.py in <module>()
     149 if not (int(nn[0]) >= 1 and int(nn[1]) >= 1):
     150     raise ImportError(
--> 151             'numpy 1.1 or later is required; you have %s' %             
                         
numpy.__version__)
     152
     153 def is_string_like(obj):

ImportError: numpy 1.1 or later is required; you have 2.0.0.dev8107

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to