Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
- '3.14'
mode:
- normal
vendored_dandiapi:
Expand All @@ -57,13 +58,13 @@ jobs:
instance_identifier: 'RRID:SCR_026700'
doi_prefix: '10.82754'
- os: ubuntu-latest
python: 3.13
python: 3.14
mode: obolibrary-only
- os: ubuntu-latest
python: '3.10'
mode: dev-deps
- os: ubuntu-latest
python: 3.13
python: 3.14
mode: dev-deps
- os: ubuntu-latest
python: '3.10'
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering",
]
dependencies = [
Expand All @@ -65,7 +66,7 @@ dependencies = [
"pycryptodomex", # for EncryptedKeyring backend in keyrings.alt
"pydantic ~= 2.0",
"pynwb >= 1.0.3,!=1.1.0,!=2.3.0",
"numcodecs < 0.16",
"numcodecs <= 0.16",
Comment thread
yarikoptic marked this conversation as resolved.
Outdated
"nwbinspector >= 0.7.0",
"pyout >=0.5, !=0.6.0",
"python-dateutil",
Expand Down
Loading