generated from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (39 loc) · 974 Bytes
/
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
42
[build-system]
requires = ["hatchling", "hatch-nodejs-version"]
build-backend = "hatchling.build"
[project]
name = "garden"
description = "Aaron's notes"
readme = { file = ".github/README.md", content-type = "text/markdown" }
authors = [{ name = "Aaron Pham", email = "[email protected]" }]
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.9.2",
"numpy>=2.1.2",
"scipy>=1.14.1",
"torch>=2.5.0",
"jupyter>=1.1.1",
"jupyter-client>=8.6.3",
"jupytext>=1.16.4",
"mypy>=1.12.1",
"plotly>=5.24.1",
"pnglatex>=1.1",
"pylatexenc>=2.10",
"pynvim>=0.5.0",
"pyperclip>=1.9.0",
"scikit-learn>=1.5.2",
"pandas>=2.2.3",
"jupyterlab-vim>=4.1.4",
"manimgl>=1.7.1",
"moderngl-window>=2.4.6",
"uv>=0.5.21",
]
dynamic = ["version"]
[tool.hatch.version]
source = "nodejs"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.sdist]
only-include = ["content"]
[tool.hatch.build.targets.wheel]
packages = ["content"]