Skip to content

Commit 86ba5c7

Browse files
committed
dump version
1 parent 0cb9b42 commit 86ba5c7

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ authors = [
55
dependencies = [
66
"torch>=2.7",
77
"numpy",
8-
"datasets",
98
"matplotlib",
10-
"transformers",
119
"tqdm",
1210
"trackio",
13-
"torchvision",
1411
"hydra-core",
15-
"wandb"]
12+
"wandb",
13+
]
1614
name = "trainer-tools"
15+
readme = "README.md"
1716
requires-python = ">= 3.11"
18-
version = "0.1.0"
17+
version = "0.1.2"
18+
license = { file = "LICENSE" }
19+
keywords = ["pytorch", "deep-learning", "training", "trainer"]
20+
classifiers = [
21+
"Programming Language :: Python :: 3",
22+
"License :: OSI Approved :: MIT License",
23+
"Operating System :: OS Independent",
24+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
25+
]
26+
1927

2028
[build-system]
2129
build-backend = "hatchling.build"
@@ -31,11 +39,18 @@ trainer-tools = { path = ".", editable = true }
3139
[tool.pixi.environments]
3240
default = { solve-group = "default" }
3341
dev = { features = ["dev"], solve-group = "default" }
42+
docs = { features = ["docs"], solve-group = "default" }
3443

3544
[tool.pixi.tasks]
3645

3746
[tool.black]
3847
line-length = 120
3948

4049
[dependency-groups]
41-
dev = ["jupyter","pytest", "memray"]
50+
dev = ["jupyter", "pytest", "memray", "build", "twine"]
51+
docs = [
52+
"mkdocs",
53+
"mkdocs-material",
54+
"mkdocstrings[python]",
55+
"mkdocs-autorefs"
56+
]

0 commit comments

Comments
 (0)