Skip to content

Commit

Permalink
Pin dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-koehler committed May 18, 2020
1 parent c40c81d commit 374c652
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 374c652

Please sign in to comment.