Skip to content

Commit

Permalink
Short term bugfix for CoolProp and thermo problems
Browse files Browse the repository at this point in the history
Removed CoolProp from requirements - will need to install manually if desired. Fixed thermo to version 0.1.40
  • Loading branch information
dug20 committed Apr 22, 2021
1 parent 10e25b3 commit c9a1af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ numpy
scipy
matplotlib
ambiance
thermo
thermo==0.1.40
pypropep
CoolProp
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
name='bamboo',
version='0.1',
packages=find_packages(),
install_requires=['numpy', 'matplotlib', 'scipy', 'ambiance', 'thermo', 'pypropep', 'CoolProp'],
install_requires=['numpy', 'matplotlib', 'scipy', 'ambiance', 'thermo==0.1.40', 'pypropep'],
description='1D isentropic nozzle flow for perfect gases',
)

0 comments on commit c9a1af7

Please sign in to comment.