Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump poetry from 1.1.2 to 1.1.4, pip from 20.2.3 to 20.3.1
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md) - [Commits](python-poetry/poetry@1.1.2...1.1.4) Bumps [pip](https://github.com/pypa/pip) from 20.2.3 to 20.3.1. - [Release notes](https://github.com/pypa/pip/releases/) - [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst) - [Commits](pypa/pip@20.2.3...20.3) Also had to bump llvmlite from 0.34.0 to 0.35.0 and numba from 0.52.0 to 0.53.0 in the poetry.lock file to be in line with conda installed version and prevent "ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall". Similar business with cbd1541. The python version in pyproject.toml is now ~3.8 (>=3.8, <3.9) instead of ^3.8 to match numba's requirements. All in the fun of dependency management!
- Loading branch information