From f3497538c86eea4d1bac9aea3dc6923ede7f3ee7 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Mon, 15 Oct 2018 20:53:34 -0400 Subject: [PATCH] Refs #50 bound version of mdtraj --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 73c5629..90f9426 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -cython>=0.28 -numpy>=1.13 +cython +numpy scipy six h5py lmfit pandas -mdtraj +mdtraj<=1.9.1 MDAnalysis tqdm sphinx