From 14e59856692fb8a4db07e327571beb1869e005da Mon Sep 17 00:00:00 2001 From: Juan Cortes <jcortes@laas.fr> Date: Fri, 26 Apr 2024 13:02:22 +0000 Subject: [PATCH] Update file requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb04e87..fae4e7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,8 @@ MarkupSafe==2.1.1 matplotlib==3.5.2 matplotlib-inline==0.1.3 MDAnalysis==2.2.0 -mdtraj==1.9.7 +#mdtraj==1.9.7 +mdtraj @ git+https://github.com/mdtraj/mdtraj@master # fix for macOS (to be modified by a stable release of mdtraj) mistune==0.8.4 mmtf-python==1.1.3 mrcfile==1.4.2 -- GitLab