Skip to content

Commit

Permalink
setup.py: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jul 29, 2014
1 parent 1f9afc8 commit c8e4eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -13,6 +13,7 @@
packages = find_packages(),
install_requires = [
#'h5py==2.2.1',
'uncertainties==2.4.4', 'gnuplot-py==1.8', 'numpy==1.8.0', 'wsgiref==0.1.2'
'pint==0.5.1', 'pymodelfit==0.1.2',
'uncertainties==2.4.4', 'gnuplot-py>=1.8', 'numpy>=1.8.0', 'wsgiref==0.1.2'
]
)

0 comments on commit c8e4eaa

Please sign in to comment.