Skip to content

Commit

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

Bump pyiron-atomistics from 0.2.7 to 0.2.8
  • Loading branch information
jan-janssen committed Mar 18, 2021
2 parents a423756 + 4021c85 commit 3a40227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Expand Up @@ -4,4 +4,4 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- pyiron_atomistics =0.2.7
- pyiron_atomistics =0.2.8
7 changes: 2 additions & 5 deletions pyiron/__init__.py
Expand Up @@ -16,21 +16,18 @@
import pkgutil
import importlib
from pyiron_atomistics import \
atomistics, dft, gaussian, gpaw, interactive, lammps, quickff, \
sphinx, table, testing, thermodynamics, vasp, yaff, project
atomistics, dft, gpaw, interactive, lammps, sphinx, \
table, testing, thermodynamics, vasp, project
sys.modules["pyiron.atomistics"] = atomistics
sys.modules["pyiron.dft"] = dft
sys.modules["pyiron.gaussian"] = gaussian
sys.modules["pyiron.gpaw"] = gpaw
sys.modules["pyiron.interactive"] = interactive
sys.modules["pyiron.lammps"] = lammps
sys.modules["pyiron.quickff"] = quickff
sys.modules["pyiron.sphinx"] = sphinx
sys.modules["pyiron.table"] = table
sys.modules["pyiron.testing"] = testing
sys.modules["pyiron.thermodynamics"] = thermodynamics
sys.modules["pyiron.vasp"] = vasp
sys.modules["pyiron.yaff"] = yaff
sys.modules["pyiron.project"] = project

from ._version import get_versions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_atomistics==0.2.7'
'pyiron_atomistics==0.2.8'
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 3a40227

Please sign in to comment.