Skip to content

Commit 37de998

Browse files
committed
fix: Removed @main from FastCS dependency
Maybe fixes pypi publishing.
1 parent 142d400 commit 37de998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ classifiers = [
1212
]
1313
description = "A softioc to control a PandABlocks-FPGA."
1414
dependencies = [
15-
"fastcs@git+https://github.com/DiamondLightSource/FastCS@main",
15+
"fastcs@git+https://github.com/DiamondLightSource/FastCS",
1616
"pandablocks~=0.10.0",
17-
"numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
17+
"numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
1818
"pydantic>2",
1919
"h5py",
2020
]

0 commit comments

Comments
 (0)