Skip to content

Commit

Permalink
add min xarray pin on run and numpy py ver linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 11, 2024
1 parent bf9ba5a commit a79c69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"xarray",
"xarray>=2022.03.0",
]
dynamic = ["version"]

Expand Down Expand Up @@ -54,10 +54,10 @@ write_to_template= '__version__ = "{version}"'
tag_regex= "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"

[tool.black]
target-version = ["py39"]
target-version = ["py310"]

[tool.ruff]
target-version = "py39"
target-version = "py310"
builtins = ["ellipsis"]
exclude = [
".eggs",
Expand Down

0 comments on commit a79c69c

Please sign in to comment.