-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed docs; nothing works for binder, going back
- Loading branch information
Showing
4 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libgl1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
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) | ||
- numpy=1.23.5 # 1.24 removed numpy.int and numpy.float needed for dynetan and PyInteraph2 | ||
- ipywidgets=7.8.0 # 8 or above messes with nglview | ||
- jupyterlab=3.6.7 # 4 or above messes with nglview | ||
- multiprocess | ||
- lazyasd | ||
- pandas | ||
- pyarrow | ||
- numba | ||
- networkx | ||
- pymol-open-source | ||
- ambertools | ||
- nglview | ||
- prody | ||
- mdtraj | ||
- python-louvain | ||
- compilers | ||
- cython | ||
name: AlloViz | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- conda-forge/label/broken | ||
dependencies: | ||
- python==3.9.* # 3.10 or above provokes numba import fail | ||
- mdanalysis==2.2.* # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs) | ||
- numpy==1.23.* # 1.24 removed numpy.int and numpy.float needed for dynetan and PyInteraph2 | ||
- ipywidgets==7.* # 8 or above messes with nglview | ||
- jupyterlab==3.* # 4 or above messes with nglview | ||
- multiprocess | ||
- lazyasd | ||
- pandas | ||
- pyarrow | ||
- numba | ||
- networkx | ||
- pymol-open-source | ||
- ambertools | ||
- nglview | ||
- prody | ||
- mdtraj | ||
- python-louvain | ||
- compilers | ||
- cython | ||
- vmd-python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters