chore: move pyepics to required dependencies
Deploy / deploy (push) Canceled after 0s

This commit is contained in:
Benjamin Labrecque
2026-07-17 16:56:20 +02:00
parent 2b903bd41c
commit c4a5f065f8
18 changed files with 18 additions and 18 deletions
@@ -5,12 +5,12 @@ description = "AGEBD-DBPM3CURR Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.0.2",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,12 +5,12 @@ description = "AGEBD-INJECTIONGUARD Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.0.2",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,12 +5,12 @@ description = "AGEBD-MASTER Service"
requires-python = "==3.10.*"
dependencies = [
"agebd", # TODO: package in gitea?
"pyepics>=3.5.8",
"pyyaml>=6.0.3",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,13 +5,13 @@ description = "AGEBD-NTURNS Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.0.2",
"scipy>=1.13.1",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,11 +5,11 @@ description = "AGEBD-ORBITBUMP Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,6 +5,7 @@ description = "AGEBD-PLOTS Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"matplotlib>=3.10.9",
"urllib3>=2.7.0",
]
@@ -12,7 +13,6 @@ dependencies = [
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,6 +5,7 @@ description = "AGEBD-POSTMORTEMLOG Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"matplotlib>=3.10.9",
"numpy>=2.0.2",
"urllib3>=2.7.0",
@@ -12,7 +13,6 @@ dependencies = [
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,12 +5,12 @@ description = "AGEBD-SCRUBBING Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,12 +5,12 @@ description = "AGEBD-SHIFTTOOL Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
]
# TODO: elog
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,12 +5,12 @@ description = "AGEBD-TAUBPM Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.0.2",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,12 +5,12 @@ description = "AGEBD-TAUPCT Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,12 +5,12 @@ description = "AGEBD-TIMING Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,12 +5,12 @@ description = "AGEBD-TOPUPTOOL Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,6 +5,7 @@ description = "AGEBD-TUNE Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"nafflib>=2.1.1",
"numpy>=2.2.6",
"scikit-learn>=1.7.2",
@@ -13,7 +14,6 @@ dependencies = [
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,13 +5,13 @@ description = "AGEBD-TUNEBUMP Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
"scipy>=1.15.3",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,12 +5,12 @@ description = "AGEBD-TUNEFBX Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
+1 -1
View File
@@ -5,12 +5,12 @@ description = "AGEBD-TUNEFBY Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
"numpy>=2.2.6",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]
@@ -5,11 +5,11 @@ description = "AGEBD-{{ service_name_upper }} Service"
requires-python = "==3.10.*"
dependencies = [
"agebd",
"pyepics>=3.5.8",
]
[dependency-groups]
dev = [
"pyepics>=3.5.8",
"pytest>=8.4.2",
"ruff>=0.15.20",
]