Skip to content

Commit a1378b7

Browse files
authored
Readme
1 parent a70dd82 commit a1378b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

light-curve/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Minimum supported Python version is 3.6.
2626
| **aarch64** | wheel | src | src https://github.com/light-curve/light-curve-python/issues/5 | not tested |
2727
| **ppc64le** | wheel | not tested |||
2828

29-
- "wheel": binary wheel is available on pypi.org, local building is not required for the platform, the only pre-requirement is a recent `pip` version. For Linux x86-64 we provide binary wheels built with Intel MKL, which is not a default build option.
30-
- "src": the package is confirmed to be built and pass unit tests locally, but automatically testing and package build is not supported yet. It is required to have GNU scientific library (GSL)](https://www.gnu.org/software/gsl/) v2.1+ and the [Rust](https://rust-lang.org) toolchain v1.56+ to install it via `pip install`.
29+
- "wheel": binary wheel is available on pypi.org, local building is not required for the platform, the only pre-requirement is a recent `pip` version. For Linux x86-64 we provide binary wheels built with Intel MKL for better periodogram perfromance, which is not a default build option.
30+
- "src": the package is confirmed to be built and pass unit tests locally, but testing and package building is not supported by CI yet. It is required to have the [GNU scientific library (GSL)](https://www.gnu.org/software/gsl/) v2.1+ and the [Rust toolchain](https://rust-lang.org) v1.56+ to install it via `pip install`.
3131
- "not tested": building from the source code is not tested, please report us building status via issue/PR/email.
3232

3333
## Feature evaluators

0 commit comments

Comments
 (0)