add python project files

This commit is contained in:
smgr 2025-10-29 23:22:35 -07:00
parent a975b24ec3
commit d4e83cf6b6
2 changed files with 1352 additions and 0 deletions

22
pyproject.toml Normal file
View File

@ -0,0 +1,22 @@
[project]
name = "monobiome"
version = "1.2.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"coloraide>=5.1",
"ipython>=9.6.0",
"kaleido>=1.1.0",
"matplotlib>=3.10.7",
"nbformat>=5.10.4",
"numpy>=2.3.4",
"pillow>=12.0.0",
"plotly>=6.3.1",
"scipy>=1.16.2",
]
[dependency-groups]
dev = [
"ipykernel>=7.0.1",
]

1330
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff