Skip to content

Commit

Permalink
Add numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
klarh committed Jan 26, 2020
1 parent f4226be commit e3be75d
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 @@ -19,7 +19,9 @@
'pyriodic_sources': ['standard = pyriodic.unit_cells:load_standard'],
},
extras_require={},
install_requires=[],
install_requires=[
'numpy',
],
license='MIT',
packages=[
'pyriodic',
Expand Down

0 comments on commit e3be75d

Please sign in to comment.