We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb797f commit 3947af9Copy full SHA for 3947af9
doc/source/user/installation.rst
@@ -9,11 +9,11 @@ Prerequisites
9
Quantities has a few dependencies:
10
11
* Python_ (version 2.5 or later)
12
-* NumPy_ (version 1.1 or later)
+* NumPy_ (version 1.3 or later)
13
14
-The following are also recommended:
+The following are also suggested:
15
16
-* setuptools_ (version 0.6c8 or later, for developers and unit tests)
+* setuptools_ (version 0.6c8 or later, for developers)
17
* nose_ (for unit tests)
18
* coverage_ (for unit tests)
19
setup.py
@@ -120,5 +120,5 @@
120
'quantities.umath'
121
],
122
package_data = package_data,
123
- requires = ['numpy (>=1.2)'],
+ requires = ['numpy (>=1.3)'],
124
)
0 commit comments