Skip to content

Commit

Permalink
fixed binder conda env dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frannerin committed Sep 4, 2023
1 parent a0b7f5d commit 180f0d4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .binder/environment.yml
@@ -1,12 +1,13 @@
name: AlloViz
channels:
- conda-forge
- defaults
dependencies:
- python>=3.9,<3.10 # 3.10 or above provokes numba import fail
- 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
- 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
Expand Down

0 comments on commit 180f0d4

Please sign in to comment.