Skip to content

Commit

Permalink
Merge pull request #207 from AllenNeuralDynamics/release-v0.21.0
Browse files Browse the repository at this point in the history
Release v0.21.0
  • Loading branch information
jtyoung84 authored Nov 21, 2024
2 parents fd4cbcf + 76dbe3f commit 558a131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "aind-metadata-mapper"
description = "Package to manage mapping of source data into aind-data-schema metadata files."
license = {text = "MIT"}
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{name = "Allen Institute for Neural Dynamics"}
]
Expand Down Expand Up @@ -42,8 +42,7 @@ all = [
]

schema = [
"aind-data-schema>=1.1.1,<2.0",
"pydantic<2.9"
"aind-data-schema>=1.2.0,<2.0",
]

bergamo = [
Expand All @@ -60,7 +59,7 @@ bruker = [
mesoscope = [
"aind-metadata-mapper[bergamo]",
"pillow >= 10.4.0",
"tifffile==2024.2.12 ; python_version >= '3.9'",
"tifffile==2024.2.12",
"numpy >= 1.26.4",
"h5py >= 3.11.0",
"scipy >= 1.11.0",
Expand All @@ -70,7 +69,7 @@ mesoscope = [
openephys = [
"aind-metadata-mapper[schema]",
"h5py >= 3.11.0",
"npc_ephys >= 0.1.18 ; python_version >= '3.9'",
"npc_ephys >= 0.1.18",
"scipy >= 1.11.0",
"pandas >= 2.2.2",
"numpy >= 1.26.4",
Expand Down
2 changes: 1 addition & 1 deletion src/aind_metadata_mapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Init package"""

__version__ = "0.20.0"
__version__ = "0.21.0"

0 comments on commit 558a131

Please sign in to comment.