Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Oct 30, 2023
1 parent e75803d commit 7badf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords = [
]
dependencies = [
"pynwb>=2.5.0",
"hdmf>=3.10.0",
"hdmf>=3.11.0",
]

# TODO: add URLs before release
Expand Down Expand Up @@ -109,4 +109,4 @@ line-length = 120
"src/pynwb/tests/test_example_usage.py" = ["T201"]

[tool.ruff.mccabe]
max-complexity = 17
max-complexity = 17

0 comments on commit 7badf10

Please sign in to comment.