Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Update nglview requirement from <=3.0.9 to <=3.1.2 #212

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ channels:
- conda-forge
dependencies:
- ipykernel
- myst-parser
- nbsphinx
- sphinx-gallery
- sphinx-rtd-theme
- ipycanvas
- ipython
- ipywidgets == 7.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'ipywidgets >= 7,< 8',
'matplotlib',
'maggma >= 0.57.1',
'nglview <= 3.0.9',
'nglview <= 3.1.2',
'numpy',
'owlready2',
'pyiron_base',
Expand Down