-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
48 lines (45 loc) · 1.2 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
42
43
44
45
46
47
48
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "x1"
version = "0.0.1"
authors = [
{ name="Eric Schreiber", email="[email protected]" },
{ name="Julia Barth", email="[email protected]" },
{ name="Afonso Catarino", email="[email protected]" },
{ name="Hannes Eberhard", email="[email protected]" },
{ name="Maciej Besta", email="[email protected]" },
{ name="Lorenzo Paleari", email="[email protected]" },
{ name="Ales Kubicek", email="[email protected]" },
{ name="Robert Gerstenberger", email="[email protected]" },
]
description = "Python package for 'x1'"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.11.5"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"tqdm",
"numpy",
"matplotlib",
"scipy",
"datasets",
"peft",
"flask==3.0.3",
"requests==2.32.3",
"torch>=2.0.0",
"torchtyping",
"tensorboard",
"transformers",
"tenacity==9.0.0",
"accelerate>=0.26.0",
"typing==3.7.4.3",
"z3-solver>=4.13.3.0",
]
[project.urls]
Homepage = "https://github.com/spcl/x1"
[project.scripts]