Skip to content

Commit d39f943

Browse files
committed
setup: try setup_requires
1 parent 28bd630 commit d39f943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
dependency_links = [
1818
'http://sourceforge.net/projects/gnuplot-py/files/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz/download'
1919
],
20+
setup_requires = [ 'numpy==1.9.2' ],
2021
install_requires = [
2122
'numpy==1.9.2', 'Pint==0.5.1',
2223
'PyModelFit==0.1.2', 'uncertainties==2.4.4'

0 commit comments

Comments
 (0)