Skip to content
Snippets Groups Projects
Commit 8b7c7623 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

chore(pyproject): make baby non-optional again

parent c693b268
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ python = ">=3.8, <3.11"
PyYAML = "^6.0"
flatten-dict = "^0.4.2"
gaussianprocessderivatives = "^0.1.5"
h5py = "2.10" # File I/O
numpy = ">=1.21.6"
opencv-python = "^4.7.0.72"
pathos = "^0.2.8" # Lambda-friendly multithreading
......@@ -62,11 +61,10 @@ leidenalg = "^0.8.8"
more-itertools = "^8.12.0"
pycatch22 = "^0.4.2"
[tool.poetry.group.baby]
optional = true
[tool.poetry.group.baby.dependencies]
aliby-baby = "^0.1.15"
h5py = "2.10" # File I/O
[tool.poetry.group.dev]
optional = true
......
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