File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ dependencies = [
1212 " cobamp@git+https://github.com/JoshLoecker/cobamp@master" ,
1313 " cobra>=0.28.0" ,
1414 " fast-bioservices>=0.3.9" ,
15+ " joypy>=0.2.6" ,
1516 " kaleido>=1.0.0" ,
1617 " loguru>=0.7.2" ,
18+ " notebook>=7.4.7" ,
1719 " numpy>=2" ,
1820 " openpyxl>=3.1.5" ,
1921 " pandas>=1.3.5" ,
22+ " python-louvain" ,
2023 " scanpy>=1.10.4" ,
2124 " scikit-learn>=1.5.2" ,
2225 " scipy>=1.13.0" ,
@@ -25,6 +28,7 @@ dependencies = [
2528 " statsmodels>=0.13.0; python_version < '3.12'" ,
2629 " statsmodels>=0.14.0; python_version >= '3.12'" ,
2730 " troppo@git+https://github.com/JoshLoecker/troppo@master" ,
31+ " zfpkm>=1.0.3" ,
2832]
2933
3034[project .optional-dependencies ]
@@ -36,19 +40,11 @@ interactive = [
3640 " jupyterlab>=4.3.2"
3741]
3842dev = [
39- " commitizen>=4.8.3" ,
40- " commitlint>=1.3.1" ,
4143 " como" ,
4244 " hatchling>=1.27.0" ,
43- " pandas-stubs>=2.3.2.250827" ,
44- " pre-commit>=4.2.0" ,
45- " pyright>=1.1.405" ,
46- " pytest>=8.4.1" ,
4745 " pytest-asyncio>=1.1.0" ,
4846 " pytest-cov>=6.2.1" ,
49- " ruff>=0.12.11" ,
50- " scipy-stubs>=1.16.1.1" ,
51- " types-aiofiles>=24.1.0.20250822" ,
47+ " pytest>=8.4.1" ,
5248]
5349
5450[tool .hatch .version ]
@@ -62,3 +58,6 @@ allow-direct-references = true
6258
6359[tool .pytest .ini_options ]
6460pythonpath = [" main/src" ]
61+
62+ [tool .uv .sources ]
63+ python-louvain = { git = " https://github.com/taynaud/python-louvain" }
You can’t perform that action at this time.
0 commit comments