Skip to content

Commit

Permalink
Check remove numpy version for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
connorourke committed Jan 30, 2019
1 parent 212144d commit 1f16599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage
ddt
numpy>=1.15.4
numpy
f90wrap
pymatgen
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def read(fname):
'install_requires': ['ddt',
'coverage',
'f90wrap',
'numpy>=1.15.4',
'numpy',
'pymatgen'
]
}
Expand Down

0 comments on commit 1f16599

Please sign in to comment.