Skip to content

Commit d83e974

Browse files
committed
chore(uv): lock pyproject file
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 479fce2 commit d83e974

2 files changed

Lines changed: 86 additions & 344 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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
]
3842
dev = [
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]
6460
pythonpath = ["main/src"]
61+
62+
[tool.uv.sources]
63+
python-louvain = { git = "https://github.com/taynaud/python-louvain" }

0 commit comments

Comments
 (0)