Skip to content

Commit

Permalink
fix: Update dependencies and project version
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaka-shoji committed Jul 18, 2024
1 parent 32ef26a commit 40dd40c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.3
3.10.14
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pip install shimeri
[See sample.py](/sample.py)

Sample Result:
![Sample Result](/sample.png)
![Sample Result](https://github.com/yutaka-shoji/shimeri/blob/main/sample.png?raw=true)

## Attention
The `PsychrometricCalculator.get_all()` method uses convergence calculations. Especially when calculating from wet-bulb temperature and enthalpy, convergence can be poor, potentially leading to inaccurate results. (The poor convergence can be understood from the fact that the slopes of wet-bulb temperature and enthalpy lines are similar on the psychrometric chart.
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "shimeri"
version = "0.1.0"
version = "0.1.1"
description = "A Python package for calculating psychrometric properties of moist air and plotting psychrometric charts."
authors = [
{ name = "Shoji, Yutaka", email = "ytk.shoji@gmail.com" }
]
dependencies = [
"plotly>=5.22.0",
"numpy>=2.0.0",
"scipy>=1.14.0",
"numpy>=1.26",
"scipy>=1.12",
"plotly>=5.10",
]
readme = "README.md"
requires-python = ">= 3.10"
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly==5.22.0
# via shimeri
pyright==1.1.371
ruff==0.5.2
scipy==1.14.0
scipy==1.13.1
# via shimeri
tenacity==8.4.1
tenacity==8.5.0
# via plotly
4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packaging==24.1
# via plotly
plotly==5.22.0
# via shimeri
scipy==1.14.0
scipy==1.13.1
# via shimeri
tenacity==8.4.1
tenacity==8.5.0
# via plotly

0 comments on commit 40dd40c

Please sign in to comment.