Skip to content

Commit 3947af9

Browse files
committed
update numpy requirements now that numpy-1.3 has been released
1 parent 1bb797f commit 3947af9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/user/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Prerequisites
99
Quantities has a few dependencies:
1010

1111
* Python_ (version 2.5 or later)
12-
* NumPy_ (version 1.1 or later)
12+
* NumPy_ (version 1.3 or later)
1313

14-
The following are also recommended:
14+
The following are also suggested:
1515

16-
* setuptools_ (version 0.6c8 or later, for developers and unit tests)
16+
* setuptools_ (version 0.6c8 or later, for developers)
1717
* nose_ (for unit tests)
1818
* coverage_ (for unit tests)
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
'quantities.umath'
121121
],
122122
package_data = package_data,
123-
requires = ['numpy (>=1.2)'],
123+
requires = ['numpy (>=1.3)'],
124124
)

0 commit comments

Comments
 (0)