RubixML / ML

A high-level machine learning and deep learning library for the PHP language.
https://rubixml.com
MIT License
2k stars 177 forks source link

Add numpower to the GitHub workflow pipeline #325

Open mcharytoniuk opened 4 months ago

mcharytoniuk commented 4 months ago

NumPower related PRs are failing checks because NumPower is not included in the GitHub workflow pipeline (unknown class NDArray as its type).

Since NumPower (https://numpower.org/docs/intro/) is not in PECL it needs to be added in in some different way.

https://github.com/RubixML/ML/pull/324 https://github.com/RubixML/ML/pull/315