Skip to content

Commit

Permalink
Revert "Bump base, atomistics, and h5io_browser"
Browse files Browse the repository at this point in the history
This reverts commit d8c6a1f.
  • Loading branch information
liamhuber committed Feb 16, 2024
1 parent ac386e7 commit 4f441ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4
- pyiron_base =0.7.8
- pyiron_atomistics =0.4.15
- pyiron_base =0.7.5
- pyiron_atomistics =0.4.14
- pyparsing =3.1.1
- scipy =1.12.0
- seaborn =0.13.2
Expand All @@ -20,4 +20,4 @@ dependencies:
- aws-sam-translator =1.77.0
- pympipool =0.7.13
- distributed =2024.2.0
- h5io_browser =0.0.9
- h5io_browser =0.0.8
6 changes: 3 additions & 3 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.4',
'pyiron_base==0.7.8',
'pyiron_base==0.7.5',
'scipy==1.12.0',
'seaborn==0.13.2',
'pyparsing==3.1.1',
],
extras_require={
'atomistic': [
'ase==3.22.1',
'pyiron_atomistics==0.4.15',
'pyiron_atomistics==0.4.14',
'pycp2k==0.2.2',
],
'fenics': [
Expand All @@ -55,7 +55,7 @@
'tinybase': [
'distributed==2024.2.0',
'pympipool==0.7.13',
'h5io_browser==0.0.9',
'h5io_browser==0.0.8',
]
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 4f441ee

Please sign in to comment.