Skip to content

Commit 3104076

Browse files
authored
Merge pull request #113 from DIRACGrid/chrisburr-patch-1
Require importlib_resources <6
2 parents dedf2d4 + 093d75d commit 3104076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ specs:
9898
- suds-jurko-compat
9999
- tornado *+dirac*
100100
- xmltodict
101-
- importlib_resources
101+
- importlib_resources <6
102102
# Temporary workaround until we have releases with https://github.com/DIRACGrid/DIRAC/pull/6458
103103
- importlib_metadata <5.0.0
104104
# Testing and development

0 commit comments

Comments
 (0)