Skip to content

Commit

Permalink
Merge pull request #50 from pyiron/dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
liamhuber authored May 9, 2024
2 parents f16a7d0 + aad4e3e commit 715abb7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
9 changes: 4 additions & 5 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
channels:
- conda-forge
dependencies:
- numpy =1.26.3
- numpy =1.26.4
- openjdk
- owlready2 =0.46
- pandas =2.1.4
- pandas =2.2.2
- pint =0.23
- python >= 3.9
- mp-api >= 0.39.4
- pyiron_atomistics >= 0.4.7
- pyiron-data >= 0.0.27
- pyiron_atomistics >= 0.5.4
- pyiron-data >= 0.0.29
- lammps
5 changes: 2 additions & 3 deletions .ci_support/environment-pyiron_atomistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ channels:
- conda-forge
dependencies:
- python >= 3.9
- mp-api >= 0.39.4
- pyiron_atomistics >= 0.4.7
- pyiron-data >= 0.0.27
- pyiron_atomistics >= 0.5.4
- pyiron-data >= 0.0.29
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
channels:
- conda-forge
dependencies:
- numpy =1.26.3
- numpy =1.26.4
- openjdk
- owlready2 =0.46
- pandas =2.1.4
- pandas =2.2.2
- pint =0.23
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- nbsphinx
- sphinx-gallery
- sphinx-rtd-theme
- numpy =1.26.3
- numpy =1.26.4
- openjdk
- owlready2 =0.46
- pandas =2.1.4
- pandas =2.2.2
- pint =0.23
- sphinxcontrib-mermaid
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'numpy==1.26.3',
'numpy==1.26.4',
'owlready2==0.46',
'pandas==2.1.4',
'pandas==2.2.2',
'pint==0.23',
],
extras_require={
Expand Down

0 comments on commit 715abb7

Please sign in to comment.