Skip to content

Commit 8e420ed

Browse files
authored
Update pyproject.toml
1 parent 71cbbce commit 8e420ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "ragulate-bio"
8-
version = "1.1.0"
8+
version = "1.1.1"
99
description = "Retrieval augmented validation for TF inference in single cell biology"
1010
readme = "README.md"
1111
requires-python = ">=3.9"
@@ -18,7 +18,7 @@ classifiers = [
1818
"Intended Audience :: Science/Research",
1919
"Topic :: Scientific/Engineering :: Bio-Informatics"
2020
]
21-
dependencies = ["numpy>=1.23"]
21+
dependencies = ["rank-bm25", "numpy>=1.23"]
2222

2323
[tool.setuptools]
2424
packages = ["ragulate_bio"] # no src layout, package at repo root

0 commit comments

Comments
 (0)