Skip to content

Commit

Permalink
Merge pull request #302 from pyiron/dependabot/pip/pyiron-atomistics-…
Browse files Browse the repository at this point in the history
…0.4.12

Bump pyiron-atomistics from 0.4.8 to 0.4.12
  • Loading branch information
jan-janssen authored Feb 6, 2024
2 parents aa68629 + 8a98aa8 commit a7da422
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.1
- pyiron_base =0.7.1
- pyiron_atomistics =0.4.8
- pyiron_base =0.7.3
- pyiron_atomistics =0.4.12
- maggma =0.60.2
- numpy =1.26.3
- pandas =2.2.0
Expand Down
2 changes: 0 additions & 2 deletions pyiron_gui/project/project_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@


class DisplayOutputGUI:

"""Display various kind of data in an appealing way using a ipywidgets.Output inside an ipywidgets.Vbox
The behavior is very similar to standard ipywidgets.Output except one has to pass cls.box to get a display.
"""
Expand Down Expand Up @@ -607,7 +606,6 @@ def _select_node(self, node):


class ProjectBrowser(HasGroupBrowserWithOutput):

"""
Project Browser Widget
Expand Down
1 change: 0 additions & 1 deletion pyiron_gui/wrapper/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def _(py_obj: Murnaghan, project, rel_path=""):


class BaseWrapper(HasGroups):

"""Simple wrapper for pyiron objects which extends for basic pyiron functionality (list_nodes ...)"""

def __init__(self, pyi_obj, project, rel_path=""):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.7.1',
'pyiron_atomistics==0.4.8',
'pyiron_base==0.7.3',
'pyiron_atomistics==0.4.12',
'ipywidgets==8.1.1',
'matplotlib==3.8.2',
'nbconvert==7.14.2',
Expand Down

0 comments on commit a7da422

Please sign in to comment.