-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CHANGELOG.md * Update release.md * updates * Update .github/PULL_REQUEST_TEMPLATE/release.md Co-authored-by: Steph Prince <[email protected]> * Update pyproject.toml --------- Co-authored-by: Steph Prince <[email protected]>
- Loading branch information
1 parent
c79d238
commit a6f51ff
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# pinned dependencies that are optional. used to reproduce an entire development environment to use HDMF | ||
tqdm==4.66.1 | ||
zarr==2.16.1 | ||
linkml-runtime==1.6.0; python_version >= "3.9" | ||
schemasheets==0.1.24; python_version >= "3.9" | ||
oaklib==0.5.20; python_version >= "3.9" | ||
pydantic==1.10.13 # linkml-runtime 1.6.0 and related packages require pydantic<2 | ||
tqdm==4.66.2 | ||
zarr==2.17.1 | ||
linkml-runtime==1.7.3; python_version >= "3.9" | ||
schemasheets==0.2.1; python_version >= "3.9" | ||
oaklib==0.5.31; python_version >= "3.9" | ||
pydantic==2.6.4 # linkml-runtime 1.6.0 and related packages require pydantic<2 | ||
pyyaml==6.0.1; python_version >= "3.9" |
Submodule hdmf-common-schema
updated
7 files
+0 −28 | .github/workflows/hdmf_compatibility_schema.yml | |
+0 −21 | .github/workflows/validate_schema.yaml | |
+0 −23 | .readthedocs.yaml | |
+1 −1 | Legal.txt | |
+1 −1 | docs/source/conf.py | |
+0 −280 | hdmf-common.schema.json | |
+1 −1 | license.txt |