Skip to content

Commit f31e2a9

Browse files
authored
Update qc-baselib and drop main spec in depends (#34)
Removed specific revision references for dependencies, as main and default branch are treated as incompatible for constraint resolution purposes. Move to released version of qc-baselib-py. Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 347db91 commit f31e2a9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ packages = [
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
15-
asam-qc-baselib = {git = "https://github.com/asam-ev/qc-baselib-py.git", rev = "main"}
16-
osi-python = {git = "https://github.com/OpenSimulationInterface/osi-python.git", rev = "main"}
15+
asam-qc-baselib = "^1.1.0"
16+
osi-python = {git = "https://github.com/OpenSimulationInterface/osi-python.git"}
1717
pyyaml = "^6.0.0"
1818
iso3166 = "^2.1.1"
1919
protobuf = ">=6.30.2"

0 commit comments

Comments
 (0)