forked from BrickSchema/Brick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
40 lines (37 loc) · 829 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
[project]
name = "brick"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "Gabe Fierro", email = "[email protected]" }
]
readme = "README.md"
requires-python = ">= 3.9"
[tool.uv]
dev-dependencies = [
"rdflib>=7.0.0",
"owlrl>=6.0.2",
"pytest>=8.3.2",
"tqdm>=4.66.5",
"pyshacl>=0.25.0",
"docker>=7.1.0",
"black>=24.8.0",
"pre-commit>=3.8.0",
"flake8>=7.1.1",
"pytest-xdist[psutil]>=3.6.1",
"semver>=3.0.2",
"html5lib>=1.1",
"pyontoenv>=0.1.9",
"brickschema[topquadrant]>=0.7.6a2",
"scipy>=1.13.1",
"sentence-transformers>=3.0.1",
"numpy>=2.0.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true