* first attempt at removing not required deps from install
* adding rest of install options to CI file
* pip3 for Dockerfile
* release v0.0.2 (#120)
* moving err msg to asserts
* pip install --no-cache-dir
* first attempt at removing not required deps from install
* adding rest of install options to CI file
* pip3 for Dockerfile
* moving err msg to asserts
* pip install --no-cache-dir
* pulling imports in
* bugfix on install check
* does not work as written in; get unsupported operand type(s) for +: 'NoneType' and 'NoneType'
* removing docs from GHactions for now
* adding tests for no extra install
* fixing missing run command in workflow file
* adding tests package to earlier phase of tests to enable...testing...heh
* adding skl to required; trying to do cython only 3.8
* trying without Cython to see where it breaks
* 3.8 really likes Cython apparently
* removing SKL-false test as it is now a required dep
* bumping skl version
* bumping skl version to one in pypi
* bumping skl version to one in pypi
* fixing readme
* seeing what breaks in windows for funzies
* updating test matrix
* macos
* adding if: matrix.os == 'macOS-latest'
* addressing matteos' comments