Skip to content

Commit

Permalink
hotfix for dependencies (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne authored Jun 21, 2024
1 parent 1d8d01f commit bd6fb0b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
10 changes: 7 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 16 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "archetypal"
version = "2.18.0"
version = "2.18.1"
description = "Retrieve, construct, simulate, convert and analyse building archetypes"
authors = ["Samuel Letellier-Duchesne <samuelduchesne@me.com>"]
license = "MIT License"
Expand Down Expand Up @@ -34,35 +34,18 @@ typing-extensions = "^4.12.2"
pydantic-settings = "^2.3.2"
path = "^16.14.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.6.1"
flake8 = "^7.0.0"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
recommonmark = "^0.7.1"
sphinx-click = "^6.0.0"
autodoc-pydantic = "^2.2.0"
sphinx-autobuild = "^2024.4.16"

[tool.poetry.group.geomeppy.dependencies]
# geomeppy.dependencies
shapely = "^2.0.4"
beautifulsoup4 = "<=4.8"
contourpy = "^1.2.1"
cycler = "^0.12.1"
decorator = "^5.1.1"
eppy = "^0.5.63"
esoreader = "^1.2.3"
fonttools = "^4.53.0"
future = "^1.0.0"
kiwisolver = "^1.4.5"
lxml = "^5.2.2"
matplotlib = "^3.9.0"
munch = "^4.0.0"
numpy = "^1.26.4"
packaging = "^24.1"
pillow = "^10.3.0"
pyclipper = "^1.3.0.post5"
Expand All @@ -74,7 +57,20 @@ six = "^1.16.0"
soupsieve = "^2.5"
tomli = "^2.0.1"
transforms3d = "^0.4.1"
typing-extensions = "^4.12.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.6.1"
flake8 = "^7.0.0"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
recommonmark = "^0.7.1"
sphinx-click = "^6.0.0"
autodoc-pydantic = "^2.2.0"
sphinx-autobuild = "^2024.4.16"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit bd6fb0b

Please sign in to comment.