Skip to content
Snippets Groups Projects
Commit 144e95bb authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

Update pyDetLib to aim for Numpy 2.0 compatibility

parent 0217410b
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
...@@ -110,7 +110,7 @@ install_requires = [ ...@@ -110,7 +110,7 @@ install_requires = [
if "readthedocs.org" not in sys.executable: if "readthedocs.org" not in sys.executable:
install_requires += [ install_requires += [
"iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.4.3", # noqa "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.4.3", # noqa
"XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@7f79b825cf0a881d4126f2aab4d248cc55da0298", # noqa "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@6749b1949d7ca4bc5fef69e1ad8407e247dff9e5", # noqa
"CalParrot @ git+ssh://git@git.xfel.eu:10022/calibration/calparrot.git@0.3", # noqa "CalParrot @ git+ssh://git@git.xfel.eu:10022/calibration/calparrot.git@0.3", # noqa
# iminuit 1.3.8 is compatible with Python 3.11, but there isn't a 3.11 # iminuit 1.3.8 is compatible with Python 3.11, but there isn't a 3.11
# wheel on PyPI, and building directly from source doesn't work. # wheel on PyPI, and building directly from source doesn't work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment