forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (27 loc) · 703 Bytes
/
pyproject.toml
File metadata and controls
33 lines (27 loc) · 703 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
[tool.poetry]
name = "octue-openfast"
version = "3.5.4.beta-1"
description = "Readers and writers for OpenFAST files."
license = "Apache-2.0"
authors = [
"NREL WISDEM Team <systems.engineering@nrel.gov>",
"dzalkind",
"Garrett Barter <garrett.barter@nrel.gov>",
"Pietro Bortolotti <ptrbortolotti@gmail.com>",
"Mayank Chetan",
"John Jasa",
]
readme = "README.md"
packages = [{include = "openfast_io"}]
[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1"
pandas = "^2"
xlrd = "^2"
ruamel_yaml = "^0.18"
rosco = {version = "^2.9.2", optional = true}
[tool.poetry.extras]
rosco = ["rosco"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"