diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 21:05:36 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 21:05:36 +0000 |
commit | 490712cd35dcecfc9423de4bde0b29cb012dda25 (patch) | |
tree | 56b6ccaac48afc370a189c596d5e9e90ac0254d4 /numpy/linalg/info.py | |
parent | 7ff852162596a8eaa02ef87730474285b080d594 (diff) | |
download | numpy-490712cd35dcecfc9423de4bde0b29cb012dda25.tar.gz |
More numpy fixes...
Diffstat (limited to 'numpy/linalg/info.py')
-rw-r--r-- | numpy/linalg/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/info.py b/numpy/linalg/info.py index 740dfcc1a..da6a9df20 100644 --- a/numpy/linalg/info.py +++ b/numpy/linalg/info.py @@ -21,5 +21,5 @@ Core Linear Algebra Tools """ -depends = ['base'] +depends = ['core'] |