forked from YBCarry/pixmo-docs-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
86 lines (79 loc) · 1.95 KB
/
Copy pathpyproject.toml
File metadata and controls
86 lines (79 loc) · 1.95 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pixmo-docs-debug"
version = "0.1.0"
description = "Documentation generation toolkit for Pixmo."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
# exact pins you asked for
"mpl_finance==0.10.1",
"mplfinance==0.12.10b0",
"cairosvg==2.7.1",
"plotly==5.18.0",
# all others from requirements.txt (upper-bound <=)
"datadreamer.dev<=0.35.0",
"openai<=1.35.5",
"datasets<=2.19.0",
"sentence-transformers<=2.3.0",
"transformers<=4.40.1",
"accelerate<=0.29.3",
"matplotlib<=3.9.0",
"seaborn<=0.13.2",
"playwright<=1.44.0",
"beautifulsoup4<=4.12.3",
"PyLaTeX<=1.4.2",
"pdf2image<=1.17.0",
"graphviz<=0.20.3",
"pandas<=2.2.2",
"scipy<=1.14.0",
"networkx<=3.3",
"geopandas<=1.0.0",
"shapely<=2.0.4",
"altair<=5.3.0",
"vl-convert-python<=1.5.0",
"kaleido<=0.2.1.post1",
"vega_datasets<=0.9.0",
"altair-saver<=0.5.0",
"weasyprint<=62.3",
"openpyxl<=3.1.5",
"dataframe_image<=0.2.4",
"reportlab<=4.2.2",
"webdriver_manager<=4.0.1",
"docx2pdf<=0.1.8",
"python-docx<=1.1.2",
"ordered-set<=4.1.0",
"squarify<=0.4.4",
"markdown2<=2.5.0",
"bokeh<=3.5.1",
"rdkit<=2024.3.5",
"ezdxf<=1.3.3",
"music21<=9.1.0",
"svglib<=1.5.1",
"threadpoolctl>=3.1.0",
"setfit<=1.0.3",
"huggingface_hub<=0.23.4",
"peft<=0.11.1",
"httpx<=0.27.2",
"python-dotenv",
]
[project.optional-dependencies]
dev = [
"pytest>=7",
"black",
"ruff",
]
[project.urls]
Homepage = "https://github.com/YBCarry/pixmo-docs-debug"
Repository = "https://github.com/YBCarry/pixmo-docs-debug"
Issues = "https://github.com/YBCarry/pixmo-docs-debug/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/pixmo_docs"]
[tool.black]
line-length = 88
target-version = ['py310']
[tool.ruff]
line-length = 88
target-version = "py310"