From 4cbd83085c9bdfad923e65999136e536e4a42afb Mon Sep 17 00:00:00 2001 From: James Graham <j.graham@soton.ac.uk> Date: Fri, 19 Feb 2021 18:15:16 +0000 Subject: [PATCH] build: bump MDTraj to 1.9.5 This version has fixed the memory allocation issue on macOS --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 33ebef3..01b82fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -839,7 +839,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "0044f9420dd3853df0c1825feff4bcfdf9733c49173fe9985236c949894558ab" +content-hash = "25e36fbd14f3335226afa65b2d5f62e37fcdf526b4f743bbfff42e6d3a11ba18" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 17dc960..2584ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python = "^3.6" wheel = "^0.35.1" numpy = "^1.19.1" cython = "^0.29.21" -mdtraj = "^1.9.4" +mdtraj = "^1.9.5" rich = "^9.2.0" [tool.poetry.dev-dependencies] -- GitLab