Skip to content

Commit 39b11d1

Browse files
committed
Remove numpy requirement in installation instructions
1 parent d9d8bc1 commit 39b11d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ specification that are not yet tested here.
1212

1313
To run the tests, first install the testing dependencies
1414

15-
pip install pytest hypothesis numpy
15+
pip install pytest hypothesis
1616

1717
or
1818

19-
conda install pytest hypothesis numpy
19+
conda install pytest hypothesis
2020

21-
as well as the array libraries that you want to test. (Note, in the future,
22-
NumPy will be removed as a dependency on the test suite). To run the tests,
23-
you need to set the array library that is to be tested. There are two ways to
24-
do this. One way is to set the `ARRAY_API_TESTS_MODULE` environment variable.
25-
For example
21+
as well as the array libraries that you want to test.
22+
23+
To run the tests, you need to set the array library that is to be tested. There
24+
are two ways to do this. One way is to set the `ARRAY_API_TESTS_MODULE`
25+
environment variable. For example
2626

2727
ARRAY_API_TESTS_MODULE=numpy pytest
2828

0 commit comments

Comments
 (0)