Skip to content

Commit

Permalink
Also bump chemicals version
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Dec 8, 2024
1 parent 3c75e94 commit 40d6f07
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ numpy
scipy>=1.6.0
pandas
coolprop
fluids>=1.0.27
chemicals>=1.3.0
fluids>=1.1.0
chemicals>=1.3.2
4 changes: 2 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ scipy
numpydoc
pint
nbsphinx
fluids>=1.0.27
chemicals>=1.2.0
fluids>=1.1.0
chemicals>=1.3.2
IPython
ipython
numba
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ numpy
scipy
pandas
sympy
fluids>=1.0.27
chemicals>=1.3.0
fluids>=1.1.0
chemicals>=1.3.2
pytest
pytest-cov
coveralls
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_multiarch.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sympy
fluids>=1.0.27
chemicals>=1.3.0
fluids>=1.1.0
chemicals>=1.3.2
pytest
pint
IPython
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def run(self):
version = '0.4.0',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.1.0', "scipy>=1.6.0", 'pandas', 'chemicals>=1.3.0'],
install_requires=['fluids>=1.1.0', "scipy>=1.6.0", 'pandas', 'chemicals>=1.3.2'],
extras_require = {
'Coverage documentation': ['wsgiref>=0.1.2', 'coverage>=4.0.3']
},
Expand Down

0 comments on commit 40d6f07

Please sign in to comment.