Skip to content

Commit

Permalink
dev: comment and cleanup environment.yml (#295)
Browse files Browse the repository at this point in the history
* dev: comment and cleanup environment.yml

* review: comments by Irfan

* review: comments from Lily

* Update environment.yml

Co-authored-by: Lily Wang <[email protected]>

* Update environment.yml

Co-authored-by: Lily Wang <[email protected]>

* review: comments from Lily

* update environment.yml

* Update environment.yml

Co-authored-by: Irfan Alibay <[email protected]>

* Update environment.yml

Co-authored-by: Irfan Alibay <[email protected]>

* Update environment.yml

Co-authored-by: Irfan Alibay <[email protected]>

* Update environment.yml

Co-authored-by: Irfan Alibay <[email protected]>

---------

Co-authored-by: Lily Wang <[email protected]>
Co-authored-by: Irfan Alibay <[email protected]>
  • Loading branch information
3 people authored Aug 22, 2023
1 parent 22f680a commit dc2bf2f
Showing 1 changed file with 34 additions and 36 deletions.
70 changes: 34 additions & 36 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,57 +5,55 @@ channels:
- plotly
- defaults
dependencies:
- cython
- distributed==2021.1.0
- dask==2021.1.0
- python-graphviz
- pytest
- decorator
# mdanalysis dependencies
- openmm>=7.0.0
- parmed
- scikit-learn>=1.1.2
- pyedr>=0.7
# building documentation
- docutils
- graphviz
- ipywidgets<8.0.0
- pandoc
- pybtex
- sphinx
- sphinxcontrib-bibtex
- tabulate
# extensions
- ipython
- ipygany
- jedi
- jinja2
- ipywidgets<8.0.0
- jupyter_contrib_nbextensions
- matplotlib
- nbclient
- nbconvert
- nbconvert # not called by any notebook explicitly but to download notebooks, or in nbsphinx
- nbformat
- nbsphinx
- networkx
- nglview
- notebook
- numpy
- packaging
- parmed
- parso
- pip
- notebook<7
# used for visualising/plotting
- graphviz
- ipygany
- plotly
- pybtex
- python=3.9
- python-graphviz
- pyvista
- scikit-image
- scikit-learn>=1.1.2
- sphinx
- sphinxcontrib-bibtex
- threadpoolctl
- tabulate
- widgetsnbextension
- ipycytoscape>=1.3.0
- seaborn>=0.12.1
- openmm>=7.0.0
- pandoc
# parallelization
- distributed==2021.1.0
- dask==2021.1.0
# used for visualising/making movies of molecules;
- nglview
- moviepy
- ipyvtklink
# used for notebook testing
- pytest
- python=3.9
- pip
- pip:
- sphinx_rtd_theme
# docs themes
- msmb_theme
- sphinx_rtd_theme
# extensions
- sphinx-sitemap
# used for notebook testing
- nbval
# developer tooling
- pre-commit
- pyedr>=0.7
# mdanalysis and its tests and test data
- git+https://github.com/MDAnalysis/mdanalysis@develop#egg=mdanalysis&subdirectory=package
- git+https://github.com/MDAnalysis/mdanalysis@develop#egg=MDAnalysisTests&subdirectory=testsuite
- git+https://github.com/MDAnalysis/MDAnalysisData@master#egg=MDAnalysisData

0 comments on commit dc2bf2f

Please sign in to comment.