Skip to content

Commit a0fe167

Browse files
committed
Pin pygobject to 3.48.2 and numpy to 1.26.4
1 parent 0bb04ef commit a0fe167

File tree

2 files changed

+662
-715
lines changed

2 files changed

+662
-715
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ requires-python = ">=3.10,<4"
1818
dependencies = [
1919
"sdss-basecam>=0.8.2",
2020
"sdss-lvmtipo>=0.2.0",
21-
"pygobject==3.50.0"
21+
"pygobject==3.48.2",
22+
"numpy==1.26.4"
2223
]
2324

2425
[project.urls]

0 commit comments

Comments
 (0)