forked from pyranges/pyrangeyes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
64 lines (59 loc) · 1.62 KB
/
Copy pathsetup.cfg
File metadata and controls
64 lines (59 loc) · 1.62 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = pyrangeyes
version = attr: pyrangeyes._version.__version__
author = Ester Muñoz del Campo, Max Ticó, Marco Mariotti
author_email = ester.munoz01@estudiant.upf.edu, max.tico@ub.edu, marco.mariotti@ub.edu
description = 'Genomic intervals data visualization package for dataframe objects generated with PyRanges.'
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pyranges/pyrangeyes
project_urls =
https://github.com/pyranges/pyrangeyes
Documentation=https://pyranges1.readthedocs.io/
Github Website=https://github.com/pyranges/pyrangeyes
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.12
install_requires =
pyranges1 >= 1.1.0
intervaltree >= 3.1.0
deepdiff
numpy >= 2.1
pandas >= 2.0
ipywidgets >= 8.0
[options.extras_require]
matplotlib =
matplotlib >= 3.7.2
mplcursors >= 0.5.2
plotly =
plotly >= 5.9.0
dash >= 2.14.0
dash_bootstrap_components >= 1.5.0
docs =
sphinx >= 7.3.7
sphinx_rtd_theme >= 2.0.0
sphinx-autoapi >= 3.1.1
sphinxcontrib-napoleon >= 0.7
memory-profiler >= 0.61.0
all =
matplotlib >= 3.7.2
mplcursors >= 0.5.2
plotly >= 5.9.0
dash >= 2.14.0
dash_bootstrap_components >= 1.5.0
sphinx >= 7.3.7
sphinx_rtd_theme >= 2.0.0
sphinx-autoapi >= 3.1.1
sphinxcontrib-napoleon >= 0.7
memory-profiler >= 0.61.0
ipywidgets >= 8.0
[options.packages.find]
where = src
[tool.ruff]
max-line-length = 120