-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
41 lines (38 loc) · 1.13 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "polars-bio-bench"
version = "0.1.0"
description = ""
authors = [
{name = "Marek Wieiwórka",email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.12,<3.13.0"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dev-dependencies]
emoji = "^2.14.0"
pre-commit = "^4.0.1"
tqdm = "^4.67.1"
gdown = "^5.2.0"
pyyaml = "^6.0.2"
jinja2 = "^3.1.5"
poetry-plugin-shell = "^1.0.0"
#polars-bio = { git ="https://github.com/biodatageeks/polars-bio.git", rev="0.8.3"}
polars-bio = "0.8.3"
setuptools = "^75.8.0"
rich = "^13.9.4"
rich-tools = "^0.5.1"
bioframe = "^0.7.2"
click = "^8.1.8"
ray = "^2.40.0"
pyranges = {git = "https://github.com/pyranges/pyranges.git", rev = "4f0a153336e7153cdfea15b141ce4ea35a24e233" }
GenomicRanges = "^0.5.0"
pyranges1 = { git = "https://github.com/mwiewior/pyranges1.git", rev = "949d7c15c1c2e217f4404415f79b386f326b6f8d"}
pybedtools = "^0.10.0"
pygenomics = { git = "https://gitlab.com/gtamazian/pygenomics.git", rev = "0.1.1"}
google-cloud-storage = "^3.1.0"
memory-profiler ="^0.61.0"
svgutils ="^0.3.4"