Skip to content

Commit 4068afc

Browse files
fstagnichrisburr
andauthored
chore: limit setuptools to <82.0 in order for opentelemetry to load p… (#844)
* chore: limit setuptools to <82.0 in order for opentelemetry to load pkg_resources * Apply suggestions from code review Co-authored-by: Chris Burr <chrisburr@users.noreply.github.com> --------- Co-authored-by: Chris Burr <chrisburr@users.noreply.github.com>
1 parent b87dea9 commit 4068afc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

extensions/gubbins/pixi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ipython = ">=9.2.0"
1010
# Ensure these packages are installed using conda instead of pip
1111
python-gfal2 = "*"
1212
m2crypto = "*"
13+
# Limit setuptools version due to compatibility issues
14+
setuptools = "<82.0"
1315

1416
# Gubbins features for providing dependencies
1517
[feature.gubbins.pypi-dependencies]

pixi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ipython = ">=9.2.0"
1010
# Ensure these packages are installed using conda instead of pip
1111
python-gfal2 = "*"
1212
m2crypto = "*"
13+
# Limit setuptools version due to compatibility issues
14+
setuptools = "<82.0"
1315

1416
# DiracX features for providing dependencies
1517
[feature.diracx.pypi-dependencies]

0 commit comments

Comments
 (0)