Skip to content

Commit

Permalink
build: update pydantic and aind-data-schema versions (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 authored Nov 21, 2024
1 parent 4f13d33 commit 802e91f
Showing 1 changed file with 4 additions and 5 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

0 comments on commit 802e91f

Please sign in to comment.