Skip to content

Commit

Permalink
Updated conda environment requirements for the tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
melomcr committed Feb 23, 2023
1 parent 50fd0dc commit feb974c
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions CondaEnv/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,20 @@ name: DyNetAnTutorial
channels:
- conda-forge
- defaults

dependencies:
- python>=3.8.*
- python >=3.9.*, <3.11 # Numba only supports python < 3.11
- pip>=20.*
- colorama
- h5py
- jupyter
- ipywidgets
- mdanalysis
- networkx
- nglview
- numba
- numpy>=1.22
- pandas
- pympler
- python-louvain
- scipy
- tzlocal
- ipywidgets <8 # Prevents NGL View issue 1032
- rpy2
- r-data.table
- r-data.table
- r-ggplot2
- r-ggrepel
- r-gdata
- r-rcolorbrewer
- r-colorramps
- r-rpref
- pip:
- dynetan>=1.2
- dynetan>=2.*

0 comments on commit feb974c

Please sign in to comment.