Skip to content
Snippets Groups Projects
Commit bec5da5a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Pins pixi to use numpy<2

parent 06136029
No related branches found
No related tags found
1 merge request!46Create common library
Pipeline #90347 passed
......@@ -33,7 +33,7 @@ dependencies = [
"click",
"credible",
"grad-cam~=1.5.2",
"lightning~=2.2.5",
"lightning~=2.3.3",
"h5py",
"matplotlib",
"mlflow-skinny",
......@@ -88,11 +88,11 @@ clapper = "*"
click = "*"
credible = "*"
grad-cam = "~=1.5.2"
lightning = "~=2.2.5"
lightning = "~=2.3.3"
h5py = "*"
matplotlib-base = "*"
mlflow-skinny = "*"
numpy = "*"
numpy = "<2"
pillow = "*"
psutil = "*"
python-gitlab = "*"
......
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