Skip to content

Commit

Permalink
Merge pull request #937 from pyiron/dependabot/pip/pyiron-base-0.6.13
Browse files Browse the repository at this point in the history
Bump pyiron-base from 0.6.12 to 0.6.13
  • Loading branch information
jan-janssen authored Dec 19, 2023
2 parents 4ca8fc9 + 6e0eae4 commit d61b8cc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.2
- pyiron_base =0.6.12
- pyiron_atomistics =0.3.11
- pyiron_base =0.6.13
- pyiron_atomistics =0.3.12
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.2
- pyiron_base =0.6.12
- pyiron_atomistics =0.3.11
- pyiron_base =0.6.13
- pyiron_atomistics =0.3.12
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
Expand Down
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- codacy-coverage
- matplotlib =3.8.2
- numpy =1.26.2
- pyiron_base =0.6.12
- pyiron_atomistics =0.3.11
- pyiron_base =0.6.13
- pyiron_atomistics =0.3.12
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
Expand Down
6 changes: 3 additions & 3 deletions pyiron_contrib/atomistics/atomistics/master/qha.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ def displacements(self, d):

@property
def E_fx(self):
return np.repeat(
self.energy, len(self.symmetry.rotations)
)[self.inequivalent_indices]
return np.repeat(self.energy, len(self.symmetry.rotations))[
self.inequivalent_indices
]

@property
def _fit(self):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
install_requires=[
'matplotlib==3.8.2',
'numpy==1.26.2',
'pyiron_base==0.6.12',
'pyiron_base==0.6.13',
'scipy==1.11.4',
'seaborn==0.13.0',
'pyparsing==3.1.1',
],
extras_require={
'atomistic': [
'ase==3.22.1',
'pyiron_atomistics==0.3.11',
'pyiron_atomistics==0.3.12',
'pycp2k==0.2.2',
],
'fenics': [
Expand Down

0 comments on commit d61b8cc

Please sign in to comment.