Skip to content

Commit

Permalink
Update fluids dependency version to force CI to pull new fluids
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Dec 14, 2019
1 parent 423c58f commit fb7a731
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 @@ -74,7 +74,7 @@
download_url = 'https://github.com/CalebBell/ht/tarball/0.1.54',
keywords = keywords,
classifiers = classifiers,
install_requires=['fluids>=0.1.75', 'numpy>=1.5.0', 'scipy>=0.9.0'],
install_requires=['fluids>=0.1.77', 'numpy>=1.5.0', 'scipy>=0.9.0'],
package_data={'ht': ['data/*']},
extras_require = {
'Coverage documentation': ['wsgiref>=0.1.2', 'coverage>=4.0.3', 'pint']
Expand Down

0 comments on commit fb7a731

Please sign in to comment.