Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Move numpy requirement from requirements.txt to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
latture committed Oct 31, 2018
1 parent 0c1772d commit b07bb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1 +0,0 @@
numpy
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -8,5 +8,6 @@
author_email='kyle@citrine.io',
packages=find_packages(),
install_requires=[
'six>=1.10.0,<2'
'six>=1.10.0,<2',
'numpy'
])

0 comments on commit b07bb40

Please sign in to comment.