Skip to content

Commit

Permalink
Fix versions, ruff ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Sep 10, 2024
1 parent 9a6148c commit 15247f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ keywords = [
'ndx-extension',
]
dependencies = [
"pynwb>=2.5.0",
"hdmf>=3.11.0",
"pynwb>=2.8.2",
"hdmf>=3.14.4",
]

# TODO: add URLs before release
Expand Down Expand Up @@ -107,6 +107,7 @@ line-length = 120
[tool.ruff.lint.per-file-ignores]
"src/pynwb/ndx_events/__init__.py" = ["E402", "F401"]
"src/spec/create_extension_spec.py" = ["T201"]
"src/pynwb/tests/test_example_usage.py" = ["T201"]

[tool.ruff.lint.mccabe]
max-complexity = 17
4 changes: 2 additions & 2 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# minimum versions of package dependencies for installation
# these should match the minimum versions specified in pyproject.toml
# NOTE: it may be possible to relax these minimum requirements
pynwb==2.8.0
hdmf==3.14.1
pynwb==2.8.2
hdmf==3.14.4

0 comments on commit 15247f8

Please sign in to comment.