File tree Expand file tree Collapse file tree 4 files changed +483
-8
lines changed Expand file tree Collapse file tree 4 files changed +483
-8
lines changed Original file line number Diff line number Diff line change 1919 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2020
2121 - name : Run tests
22- run : uv run pytest tests/test_annotate_transform.py
22+ run : uv run --extra test pytest tests/test_annotate_transform.py
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ uv sync
2020
2121## Running tests
2222``` bash
23- uv run tests/test_annotate_transform.py
23+ uv run --extra test pytest tests/test_annotate_transform.py
2424```
2525
2626## Usage
Original file line number Diff line number Diff line change @@ -4,12 +4,18 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " annotate_transform"
7- version = " 0.1.0 "
8- requires-python = " >=3.11,<3.12 "
7+ version = " 0.1.1 "
8+ requires-python = " >=3.11"
99dependencies = [
1010 " jax>=0.4.33,<0.4.38" ,
11- " pytest>=8.3.4" ,
1211]
1312
13+ [project .optional-dependencies ]
14+ build = [
15+ " build>=1.2.2.post1" ,
16+ " twine>=6.1.0" ,
17+ ]
18+ test = [" pytest>=8.3.4" ]
19+
1420[tool .setuptools ]
1521packages = [" annotate_transform" ]
You can’t perform that action at this time.
0 commit comments