Skip to content

Commit

Permalink
Add opentelemetry-api Python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Sep 21, 2024
1 parent ea5ccca commit 99d3261
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion libertem_asi_mpx3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13,<0.14"]
requires = ["maturin>=1.5,<2"]
build-backend = "maturin"

[project]
Expand All @@ -11,6 +11,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"opentelemetry-api",
]

[project.urls]
Expand Down
5 changes: 4 additions & 1 deletion libertem_asi_tpx3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.4,<2"]
requires = ["maturin>=1.5,<2"]
build-backend = "maturin"

[project]
Expand All @@ -10,6 +10,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"opentelemetry-api",
]

[project.urls]
repository = "https://github.com/LiberTEM/LiberTEM-rs/"
Expand Down
3 changes: 2 additions & 1 deletion libertem_dectris/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.3.1,<2"]
requires = ["maturin>=1.5,<2"]
build-backend = "maturin"

[project]
Expand All @@ -12,6 +12,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.16.0",
"opentelemetry-api",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions libertem_qd_mpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.16.0",
"opentelemetry-api",
]
dynamic = ["version"]

Expand Down

0 comments on commit 99d3261

Please sign in to comment.