From 374c6529f87f6a6cedb9428449d1ee33b594628f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=B6hler?= Date: Mon, 18 May 2020 14:39:18 +0200 Subject: [PATCH] Pin dependency versions. --- pyproject.toml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46a6dc7b..30ec7fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,34 +38,34 @@ include = [ ] [tool.poetry.dependencies] -colorama = "^0.4" -doit = "^0.32" -future = "^0.18" -h5py = "^2.10" -jinja2 = "^2.11" -matplotlib = "^3.2" -numpy = "^1.18" -numpy-stl = "^2.11" -pandas = "^1.0" -pathos = "^0.2" +colorama = "0.4.3" +doit = "0.32" +future = "0.18.2" +h5py = "2.10" +jinja2 = "2.11.2" +matplotlib = "3.2.1" +numpy = "1.18.4" +numpy-stl = "2.11.2" +pandas = "1.0.3" +pathos = "0.2.5" python = ">=3.6.1,<3.9" -pyside2 = ">5.13.2" -pyyaml = "^5.3" -scipy = "^1.4" -sympy = "^1.5" -tabulate = "^0.8" -tqdm = "^4.45" -prompt-toolkit = "^3.0" +pyside2 = "5.14.2.1" +pyyaml = "5.3.1" +scipy = "1.4.1" +sympy = "1.5.1" +tabulate = "0.8.7" +tqdm = "4.46.0" +prompt-toolkit = "3.0.5" [tool.poetry.dev-dependencies] -isort = "^4.3" -mypy = "*" -pylint = "^2.4" -tuna = "^0.4" -typed-ast = "^1.4" -yapf = ">0.29" -pytest = "^5.4" -dephell = "^0.8.3" +isort = "4.3.21" +mypy = "0.770" +pylint = "2.5.2" +tuna = "0.4.4" +typed-ast = "1.4.1" +yapf = "0.30" +pytest = "5.4.2" +dephell = "0.8.3" [tool.poetry.scripts] animate_dmat = "mlxtk.scripts.animate.dmat:main"