There was an error while loading. Please reload this page.
1 parent 71cbbce commit 8e420edCopy full SHA for 8e420ed
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
6
[project]
7
name = "ragulate-bio"
8
-version = "1.1.0"
+version = "1.1.1"
9
description = "Retrieval augmented validation for TF inference in single cell biology"
10
readme = "README.md"
11
requires-python = ">=3.9"
@@ -18,7 +18,7 @@ classifiers = [
18
"Intended Audience :: Science/Research",
19
"Topic :: Scientific/Engineering :: Bio-Informatics"
20
]
21
-dependencies = ["numpy>=1.23"]
+dependencies = ["rank-bm25", "numpy>=1.23"]
22
23
[tool.setuptools]
24
packages = ["ragulate_bio"] # no src layout, package at repo root
0 commit comments