Skip to content

Commit

Permalink
0.43.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Aug 30, 2024
1 parent e86233f commit 83412f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
name='thermosteam',
packages=['thermosteam'],
license='MIT',
version='0.42.2',
version='0.43.0',
description="BioSTEAM's Premier Thermodynamic Engine",
long_description=open('README.rst', encoding='utf-8').read(),
author='Yoel Cortes-Pena',
install_requires=['numpy>=1.24.2',
install_requires=['numpy==1.26.4',
'pint>=0.22',
'scipy>=1.5',
'thermo>=0.2.25',
Expand All @@ -27,7 +27,7 @@
'openpyxl>=3.0.0',
'free_properties>=0.3.6',
'flexsolve>=0.5.4',
'numba>=0.57.0',
'numba==0.60.0',
'pyglet'],
extras_require={
'dev': [
Expand Down
2 changes: 1 addition & 1 deletion thermosteam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# update_module(chemicals, numba)
# use_numba_chemicals()
# del use_numba_chemicals
__version__ = "0.42.2"
__version__ = "0.43.0"

from . import thermo
del thermo
Expand Down

0 comments on commit 83412f8

Please sign in to comment.