Skip to content

Commit

Permalink
Use released version of pynwb in comparison
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
yarikoptic and rly authored Sep 13, 2024
1 parent ca7ddad commit 4061912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/pynwb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def copy_nwb_file(src: str | Path, dest: str | Path) -> str:
# do not export spec since
**(
{"cache_spec": False}
if Version(pynwb.__version__) > Version("2.8.2.dev11")
if Version(pynwb.__version__) > Version("2.8.2")
else {}
),
)
Expand Down

0 comments on commit 4061912

Please sign in to comment.