From 010af8ebcc4e270f0c856ac27afd9373ad0b7325 Mon Sep 17 00:00:00 2001 From: Lee-Ping Wang Date: Sun, 24 Nov 2019 00:42:12 -0800 Subject: [PATCH] Remove mdtraj version pin --- devtools/conda-envs/test_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index cae68ca38..26df3a63f 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -21,7 +21,7 @@ dependencies: - swig - future - pymbar=3.0.3 - - mdtraj=1.9.1 + - mdtraj - openmm - ambertools # The following two are not compatible with python 2.7 and 3.5, so they are conditionally installed in .travis.yml