Skip to content

Commit a45136b

Browse files
fix: point cache_manager dependency to a branch were will be solved current issue with Numpy
1 parent 62cb220 commit a45136b

2 files changed

Lines changed: 374 additions & 49 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies = [
3232
"pooch[progress]",
3333
"pyyaml",
3434
"appdirs>=1.4.4",
35-
"python-graphblas[default]>=2025.2.0"
35+
"python-graphblas[default]>=2025.2.0",
36+
"download-manager",
3637
]
3738
description = "A lightweight Python package for loading, representing, and efficiently querying biological ontologies as graph structures."
3839
license = "MIT"
@@ -346,3 +347,10 @@ python = [
346347
[tool.uv.sources]
347348
jupyter-contrib-nbextensions = {git = "https://github.com/deeenes/jupyter_contrib_nbextensions.git", branch = "master"}
348349
nbsphinx = {git = "https://github.com/deeenes/nbsphinx", branch = "timings"}
350+
saezlab-core = { git = "https://github.com/saezlab/saezlab_core.git", rev = "feat/mvp" }
351+
download-manager = { git = "https://github.com/saezlab/download-manager.git", rev = "/fix/cache-manager-numpy" }
352+
353+
[dependency-groups]
354+
dev = [
355+
"saezlab-core",
356+
]

0 commit comments

Comments
 (0)