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 #2 from pyiron/requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
jan-janssen authored Feb 20, 2021
2 parents 16c68ae + 8eb8887 commit 3a4b551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_atomistics==0.2.3'
'pyiron_atomistics==0.2.3',
'spglib==1.16.1',
'scipy==1.6.0'
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 3a4b551

Please sign in to comment.