Skip to content

Commit b1b6b2f

Browse files
chores: change dependency branch for the download_manager, this dependency is an alternative branch not main
1 parent 58fa1d8 commit b1b6b2f

2 files changed

Lines changed: 30 additions & 29 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
build-backend = "hatchling.build"
77
requires = ["hatchling"]
88

9+
[dependency-groups]
10+
dev = [
11+
"pkg_infra"
12+
]
13+
914
# ===================================
1015
# ======= PROJECT ========
1116
# ===================================
@@ -33,7 +38,7 @@ dependencies = [
3338
"pyyaml",
3439
"appdirs>=1.4.4",
3540
"python-graphblas[default]>=2025.2.0",
36-
"download-manager",
41+
"download-manager"
3742
]
3843
description = "A lightweight Python package for loading, representing, and efficiently querying biological ontologies as graph structures."
3944
license = "MIT"
@@ -345,12 +350,7 @@ python = [
345350
]
346351

347352
[tool.uv.sources]
353+
download-manager = {git = "https://github.com/saezlab/download-manager.git", rev = "feat/migration-logger"}
348354
jupyter-contrib-nbextensions = {git = "https://github.com/deeenes/jupyter_contrib_nbextensions.git", branch = "master"}
349355
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-
]
356+
pkg_infra = {git = "https://github.com/saezlab/pkg_infra.git", rev = "main"}

uv.lock

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)