Skip to content

Commit fdf62b3

Browse files
committed
require newer versions of gimli, standard-names
1 parent 443721f commit fdf62b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ classifiers = [
3232
]
3333
dependencies = [
3434
"importlib-resources; python_version < '3.12'",
35-
"model-metadata>=0.8",
35+
"model-metadata>=0.8.1",
3636
"numpy",
3737
"pytest",
3838
"pytest-dependency",
39-
"standard-names",
39+
"standard-names>=0.2.8",
4040
]
4141
dynamic = [
4242
"readme",
@@ -48,7 +48,7 @@ text = "MIT"
4848

4949
[project.optional-dependencies]
5050
units = [
51-
"gimli.units"
51+
"gimli.units>=0.3.2"
5252
]
5353
dev = [
5454
"black",

0 commit comments

Comments
 (0)