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

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Feb 20, 2021
1 parent 16c68ae commit 8eb8887
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 8eb8887

Please sign in to comment.