File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ jobs:
2121 with :
2222 python-version : " 3.11"
2323
24+ - name : Install uv
25+ run : curl -LsSf https://astral.sh/uv/install.sh | sh
26+
2427 - name : Install dependencies
25- run : |
26- python -m pip install --upgrade pip
27- pip install build twine
28+ run : uv pip install build twine
2829
2930 - name : Build package
3031 run : python -m build
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ classifiers = [
2727 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2828 " Topic :: Software Development :: Libraries :: Python Modules" ,
2929]
30- dependencies = []
30+ dependencies = [
31+ " torch"
32+ ]
3133
3234[project .urls ]
3335"Homepage" = " https://github.com/dmf-archive/SigmaPI"
@@ -45,4 +47,4 @@ dev = [
4547source = " vcs"
4648
4749[tool .hatch .build .targets .wheel ]
48- packages = [" main.py " ]
50+ packages = [" sigma_pi " ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments