Skip to content

Commit

Permalink
1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Dec 9, 2024
1 parent caeba59 commit 4686c59
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fluids>=1.0.27
fluids>=1.1.0
scipy>=1.6.0
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fluids>=1.0.27
fluids>=1.1.0
numpydoc
scipy
pint
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ IPython
sphinx
wheel
mpmath
fluids>=1.0.27
fluids>=1.1.0
matplotlib
2 changes: 1 addition & 1 deletion requirements_test_multiarch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ IPython
sphinx
wheel
mpmath
fluids>=1.0.27
fluids>=1.1.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
name = 'ht',
packages = ['ht'],
license='MIT',
version = '1.0.7',
version = '1.0.8',
description = description,
author = 'Caleb Bell',
long_description = open('README.rst').read(),
platforms=["Windows", "Linux", "Mac OS", "Unix"],
author_email = '[email protected]',
url = 'https://github.com/CalebBell/ht',
download_url = 'https://github.com/CalebBell/ht/tarball/1.0.7',
download_url = 'https://github.com/CalebBell/ht/tarball/1.0.8',
keywords = keywords,
classifiers = classifiers,
install_requires=['fluids>=1.0.27', 'numpy>=1.5.0', "scipy>=1.6.0"],
install_requires=['fluids>=1.1.0', 'numpy>=1.5.0', "scipy>=1.6.0"],
package_data={'ht': ['data/*']},
extras_require = {
'Coverage documentation': ['wsgiref>=0.1.2', 'coverage>=4.0.3', 'pint']
Expand Down

0 comments on commit 4686c59

Please sign in to comment.