We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bd630 commit d39f943Copy full SHA for d39f943
setup.py
@@ -17,6 +17,7 @@
17
dependency_links = [
18
'http://sourceforge.net/projects/gnuplot-py/files/Gnuplot-py/1.8/gnuplot-py-1.8.tar.gz/download'
19
],
20
+ setup_requires = [ 'numpy==1.9.2' ],
21
install_requires = [
22
'numpy==1.9.2', 'Pint==0.5.1',
23
'PyModelFit==0.1.2', 'uncertainties==2.4.4'
0 commit comments