Skip to content
Snippets Groups Projects
Commit 1a29ed75 authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Thomas Kluyver
Browse files

Rely on devpi to provide iCalibrationDB and pyDetLib

parent ebd549e9
No related branches found
No related tags found
1 merge request!696Install internal dependencies from Gitlab package index
......@@ -108,9 +108,11 @@ install_requires = [
]
if "readthedocs.org" not in sys.executable:
# These are in our own internal index, install with:
# --index-url https://devpi.exfldadev01.desy.de/euxfel/internal
install_requires += [
"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@6749b1949d7ca4bc5fef69e1ad8407e247dff9e5", # noqa
"iCalibrationDB==2.4.3", # noqa
"XFELDetectorAnalysis==2.7.1", # aka pyDetLib
"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
# 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