Skip to content

Commit

Permalink
fix: unpinned traitlets version, instead its <= (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Walter Irsiegler <gerald@Irsiegler-P14s>
  • Loading branch information
GeraldIr and Gerald Walter Irsiegler authored Sep 14, 2023
1 parent 5a819ba commit 28ac4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-pg-parser-networkx"
version = "2023.8.1"
version = "2023.8.2"

description = "Parse OpenEO process graphs from JSON to traversible Python objects."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>", "Gerald Irsiegler <[email protected]>"]
Expand Down Expand Up @@ -32,7 +32,7 @@ geojson-pydantic = "^0.5.0"
numpy = "^1.20.3"
pendulum = "^2.1.2"
matplotlib = { version = "^3.7.1", optional = true }
traitlets = "5.9.0"
traitlets = "<=5.9.0"

[tool.poetry.group.dev.dependencies]
matplotlib = "^3.7.1"
Expand Down

0 comments on commit 28ac4c8

Please sign in to comment.