-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 796 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "python-hvac"
version = "0.1.3"
description = "A package for HVAC engineering"
authors = ["Tom Christiaens <[email protected]>"]
readme = "README.md"
packages = [{include = "hvac"}]
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
coolprop = ">=6.4.3.post1"
scipy = ">=1.10.1"
pandas = ">=1.5.3"
sympy = ">=1.11.1"
astral = ">=3.2"
iapws = ">=1.5.3"
dill = ">=0.3.6"
pint = ">=0.20.1"
odfpy = ">=1.4.1"
multiprocess = ">=0.70.14"
lmfit = ">=1.2.2"
mpld3 = ">=0.5.9"
pyarrow = ">=15.0.0"
openpyxl = ">=3.1.2"
numdifftools = ">=0.9.41"
control = "^0.10.1"
matplotlib = "^3.10.0"
scipy-stubs = "~=1.15.2"
pandas-stubs = "~=2.2.3"
[tool.poetry.group.dev.dependencies]
jupyter = ">=1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"