Skip to content

Commit

Permalink
testing readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvatterott committed Jan 3, 2019
1 parent 9bda885 commit 247a7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
HISTORY = history_file.read()

REQUIREMENTS = ['future>=0.10.0', 'numpy>=1.9.0', 'scipy>=1.0.0']
REQUIREMENTS = ['numpy>=1.9.0', 'scipy>=1.0.0']

SETUP_REQUIREMENTS = ['pytest-runner', ]

Expand Down

0 comments on commit 247a7d7

Please sign in to comment.