Skip to content

Commit

Permalink
update pyenergyplus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Aug 31, 2023
1 parent 3f956aa commit 89a6e60
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# [build-system]
# requires = ["setuptools>=61.0"]
# build-backend = "setuptools.build_meta"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "frads"
Expand All @@ -18,8 +14,8 @@ dependencies = [
"numpy>=1.24.4",
"pyradiance >= 0.1.2",
"scipy~=1.10.1",
"pyenergyplus",
"pywincalc>=3.1.0",
"pyenergyplus_lbnl",
]
license = "BSD-3-Clause-LBNL"
requires-python = ">= 3.8"
Expand All @@ -28,23 +24,8 @@ requires-python = ">= 3.8"
gen = "frads.cli:gen"
mrad = "frads.cli:mrad"

[tool.hatch.version]
path = "frads/__init__.py"

[tool.hatch.metadata]
allow-direct-references = true

[project.optional-dependencies]
test = [
"pytest>=7.4.0",
]
docs = [
"mkdocs>=1.4.3",
"mkdocstrings[python]>=0.22.0",
"mkdocs-material>=9.1.18",
]
[tool.setuptools.dynamic]
version = {attr = "frads.__version__"}

[tool]
rye = { dev-dependencies = [
"pytest>=7.4.0",
] }
[tool.ruff.pydocstyle]
convention = "google"

0 comments on commit 89a6e60

Please sign in to comment.