Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: comment and cleanup environment.yml #295

Merged
merged 11 commits into from
Aug 22, 2023
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
jandom marked this conversation as resolved.
Show resolved Hide resolved
# 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