Skip to content

Commit dab10b7

Browse files
authored
chore: bump to adsm 5, replace slap->slap2 (#1665)
1 parent 5806136 commit dab10b7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ readme = "README.md"
1414
dynamic = ["version"]
1515

1616
dependencies = [
17-
'aind-data-schema-models>=4.2.11,<5',
17+
'aind-data-schema-models>=5,<6',
1818
'pydantic>=2.7, <2.12',
19-
'semver'
2019
]
2120

2221
[project.optional-dependencies]
@@ -25,6 +24,7 @@ dev = [
2524
'pydantic>=2.7, !=2.9.0, !=2.9.1',
2625
'scipy',
2726
'dictdiffer',
27+
'semver'
2828
]
2929

3030
linters = [

src/aind_data_schema/core/acquisition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Modality.POPHYS: [[ImagingConfig]],
5151
Modality.MRI: [[MRIScan]],
5252
Modality.SPIM: [[ImagingConfig], [SampleChamberConfig]],
53-
Modality.SLAP: [[ImagingConfig], [SlapPlane]],
53+
Modality.SLAP2: [[ImagingConfig], [SlapPlane]],
5454
}
5555

5656
SPECIMEN_MODALITIES = [Modality.SPIM.abbreviation, Modality.CONFOCAL.abbreviation]

src/aind_data_schema/core/instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
DEVICES_REQUIRED = {
6363
Modality.FIB.abbreviation: [[Laser, LightEmittingDiode, Lamp], [Detector], [FiberPatchCord]],
6464
Modality.POPHYS.abbreviation: [[Laser], [Detector], [Objective]],
65-
Modality.SLAP.abbreviation: [[Laser], [Detector], [Objective], [DigitalMicromirrorDevice], [Microscope]],
65+
Modality.SLAP2.abbreviation: [[Laser], [Detector], [Objective], [DigitalMicromirrorDevice], [Microscope]],
6666
Modality.BEHAVIOR_VIDEOS.abbreviation: [CameraAssembly],
6767
Modality.BEHAVIOR.abbreviation: [[LickSpoutAssembly]],
6868
Modality.SPIM.abbreviation: [[Laser], [Objective], [ScanningStage]],

0 commit comments

Comments
 (0)