Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
update readme to reflect optional nature of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 12, 2021
1 parent 7cb64dc commit e7b14c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,15 @@ If you'd like to help out financially, Aspidites' maintainer accepts donations.
[![libraries.io](https://img.shields.io/badge/Libraries.io--inactive)](https://libraries.io/github/rjdbcm/Aspidites)

## Core Dependencies
Aspidites has just 3 core dependencies, all licensed under a compatible OSI approved license. In general, dependencies are vendored unless they are commonly-used libraries.
Aspidites has just 3 core dependencies, two required and one optional, one all licensed under a compatible OSI approved license. In general, dependencies are vendored unless they are commonly-used libraries.

Required:
- cython
- numpy
- future

Optional:
- numpy

In addition to the core dependencies are the 4 optional dependencies, all licensed under a compatible OSI approved license, needed to run the canned test-suite.
- pytest
- pytest-xdist
Expand Down

0 comments on commit e7b14c7

Please sign in to comment.