Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #168 from pyiron/dependabot/pip/scipy-1.12.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.11.4 to 1.12.0
  • Loading branch information
jan-janssen authored Jan 23, 2024
2 parents d5291e3 + b0a713b commit 971c247
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- codacy-coverage
- molmod =1.4.8
- numpy =1.26.3
- pyiron_atomistics =0.4.6
- pyiron_atomistics =0.4.8
- maggma =0.60.2
- scipy =1.11.4
- scipy =1.12.0
- spglib =2.2.0
- quickff =2.2.4
- tamkin =1.2.6
Expand Down
15 changes: 6 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,19 @@
'License :: OSI Approved :: BSD License',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'],
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],

keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'molmod==1.4.8',
'numpy==1.26.3',
'pyiron_atomistics==0.4.6',
'pyiron_atomistics==0.4.8',
'spglib==2.2.0',
'scipy==1.11.4',
'scipy==1.12.0',
'quickff==2.2.4',
'tamkin==1.2.6',
'yaff==1.6.0'
Expand Down

0 comments on commit 971c247

Please sign in to comment.