Skip to content

Commit

Permalink
add doc requirement for numpy<1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
schae234 committed Oct 5, 2020
1 parent c77cb4c commit eb6920d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Installation
------------
At this time, the only supported (and tested) system for Camoco is on Linux.

Camoco was developed using python >=3.8 and requires numpy to be installed.
Camoco was developed using python >=3.8 and requires numpy (<1.19) to be installed.

Install the latest tagged version with pip:
```
$ pip install numpy
$ pip install "numpy<1.19"
$ pip install camoco
```
Or install the latest developmental version by cloning the github repository:
Expand Down

0 comments on commit eb6920d

Please sign in to comment.