From 8e59ecddf858585fd809472123263a56b3d42413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francho=20Ner=C3=ADn?= Date: Wed, 27 Mar 2024 18:27:14 +0100 Subject: [PATCH] new docs and binder fix attempts --- .binder/environment.yml | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 3de1c03..183ffa6 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,8 +1,6 @@ -name: AlloViz channels: - conda-forge - defaults - - conda-forge/label/broken dependencies: - python=3.9.19 # 3.10 or above provokes numba import fail - mdanalysis=2.2.0 # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs) diff --git a/pyproject.toml b/pyproject.toml index eb4ab39..3ed9151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ readme = "README.rst" version = "1.0" dependencies = [ - 'mdanalysis>=2.2,<2.3', # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs) 'numpy<1.24', # 1.24 removed numpy.int and numpy.float needed for dynetan and PyInteraph2 'ipywidgets<8', # 8 or above messes with nglview 'jupyterlab<4', # 4 or above messes with nglview + 'mdanalysis', # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs) # >=2.2,<2.3 multiple specification messes with readthedocs 'multiprocess', 'lazyasd',