Skip to content

Commit 317769d

Browse files
committed
Merge pull request #2830 from devitocodes/dependabot/pip/packaging-lt-26.1
pip prod(deps): update packaging requirement from <25.1 to <26.1
2 parents 89e65e4 + ce26b5f commit 317769d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

devito/ir/equations/algorithms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def _(d, mapper, rebuilt, sregistry):
297297

298298
tkns = tuple(tkn._rebuild(name=sregistry.make_name(prefix=tkn.name))
299299
for tkn in d.thickness)
300+
300301
kwargs = {'thickness': tkns}
301302
fkwargs = {}
302303

@@ -339,3 +340,4 @@ def _(d, mapper, rebuilt, sregistry):
339340
kwargs['functions'] = functions
340341

341342
mapper[d] = d._rebuild(**kwargs)
343+
mapper.update({tkn0: tkn1 for tkn0, tkn1 in zip(d.thickness, tkns, strict=True)})

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cgen>=2020.1,<2026
77
codepy>=2019.1,<2025
88
multidict<6.3
99
anytree>=2.4.3,<=2.13.0
10-
packaging<25.1
10+
packaging<26.1

0 commit comments

Comments
 (0)