Pin bokeh to 3.8.x
pyzebra CI/CD pipeline / test-env (push) Successful in 2m14s
pyzebra CI/CD pipeline / prod-env (push) Skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 3s

This commit is contained in:
2026-05-21 11:32:34 +02:00
parent 3d8e6f7d47
commit 1d896af102
+1 -1
View File
@@ -10,7 +10,7 @@ dependencies = [
"numpy",
"scipy",
"h5py",
"bokeh ~=3.9",
"bokeh ~=3.8.0", # https://github.com/bokeh/bokeh/issues/13859
"numba",
"lmfit >=1.0.2",
]