Skip to content

Commit

Permalink
new docs and binder fix attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
frannerin committed Mar 27, 2024
1 parent ac92380 commit 8e59ecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8e59ecd

Please sign in to comment.