* Moved Dockerfile, COPY at the end
This change should prevent re-installation of the dependencies upon
every change of the repository's contents. Typically if Docker detects
that something changed in a layer, all downstream layers are invalidated
and rebuilt.
* Moved Dockerfile back to main directory
Main dockerfile in a separate directory can cause issues with the
current CI/CD setup. This can be a good change for later.
* Introduced Dockerfile.dev, updated CONTRIBUTING
Dockerfile.dev can be used as a separate development environment for
anyone that does not wish to install the dependencies locally.
* Update requirements
* Update CI for p3.10
* Update numpy requirement
* Drop 🐍p3.6 support
Numpy also dropped support for p3.6
* Bind cython v0.29.28
* Bind pyworld to v0.2.10
> 0.2.10 is not p3.10.x compatible
* Update Dockerfile