Skip to content

Commit cdeb921

Browse files
authored
Merge pull request #224 from AllenNeuralDynamics/chore-pin-min-watchdog
Pin minimum versions of `aind-data-schema` and `aind-watchdog-service`
2 parents ccd3a5d + 6cd3beb commit cdeb921

File tree

2 files changed

+87
-82
lines changed

2 files changed

+87
-82
lines changed

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Changelog = "https://github.com/AllenNeuralDynamics/clabe/releases"
3838

3939
[project.optional-dependencies]
4040
aind-services = [
41-
"aind-watchdog-service >= 0.1.6.dev8",
42-
"aind-data-schema",
41+
"requests",
42+
"pyyaml",
43+
"pykeepass",
4344
"ms-active-directory",
44-
"aind-data-transfer-service >= 1.22.0",
4545
"cryptography",
4646
"winkerberos; sys_platform == 'win32'",
4747
"ldap3; sys_platform == 'win32'",
4848
"msal; sys_platform == 'win32'",
49-
"requests",
50-
"pyyaml",
51-
"pykeepass",
49+
"aind-data-schema>=2",
50+
"aind-data-transfer-service >= 1.22.0",
51+
"aind-watchdog-service >= 0.1.6",
5252
]
5353

5454
[dependency-groups]
@@ -70,7 +70,6 @@ docs = [
7070
'mkdocs-material',
7171
'mkdocstrings[python]',
7272
'pymdown-extensions',
73-
'ruff',
7473
]
7574

7675
[project.scripts]
@@ -105,7 +104,6 @@ python_classes = ["Test*"]
105104
python_functions = ["test_*"]
106105
markers = ["asyncio: mark test as requiring asyncio"]
107106

108-
109107
[tool.interrogate]
110108
ignore-init-method = true
111109
ignore-magic = true

0 commit comments

Comments
 (0)