Skip to content

Commit

Permalink
build: bump minimum version of typing_extensions requirement (#1512)
Browse files Browse the repository at this point in the history
typing_extensions 4.3.0 adds support for generic NamedTuples, which is
now required in our codebase.
  • Loading branch information
egparedes committed Mar 26, 2024
1 parent 759a241 commit 1868f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
'pybind11>=2.10.1',
'setuptools>=65.5.0',
'tabulate>=0.8.10',
'typing-extensions>=4.2,<4.6.0',
'typing-extensions>=4.3.0,<4.6.0',
'xxhash>=1.4.4,<3.1.0'
]
description = 'Python library for generating high-performance implementations of stencil kernels for weather and climate modeling from a domain-specific language (DSL)'
Expand Down

0 comments on commit 1868f7d

Please sign in to comment.