diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 2b6566a6..0a22ee17 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,19 +1,19 @@ channels: - - conda-forge +- conda-forge dependencies: - - ipycanvas - - ipython - - ipywidgets == 7.* - - maggma >= 0.57.1 - - matplotlib - - nglview <= 3.0.9 - - numpy - - owlready2 - - pandas - - pyiron_base - - pyiron_atomistics >= 0.2.57 - - pyiron_gui >= 0.0.8 - - pyiron_ontology == 0.1.3 - - ryvencore =0.3.1.1 - - seaborn - - traitlets +- ipycanvas +- ipython +- ipywidgets == 7.* +- maggma >= 0.57.1 +- matplotlib +- nglview <= 3.0.9 +- numpy +- owlready2 +- pandas +- pyiron_base +- pyiron_atomistics >= 0.2.57 +- pyiron_gui >= 0.0.8 +- pyiron_ontology == 0.1.3 +- ryvencore =0.3.1.1 +- seaborn +- traitlets diff --git a/docs/environment.yml b/docs/environment.yml index fb820306..362ba78e 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -2,7 +2,10 @@ channels: - conda-forge dependencies: - ipykernel +- myst-parser - nbsphinx +- sphinx-gallery +- sphinx-rtd-theme - ipycanvas - ipython - ipywidgets == 7.* diff --git a/setup.py b/setup.py index 0894be0e..26495fe1 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'ipywidgets >= 7,< 8', 'matplotlib', 'maggma >= 0.57.1', - 'nglview <= 3.0.9', + 'nglview <= 3.1.2', 'numpy', 'owlready2', 'pyiron_base',