File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Install Python dependencies
3535 env :
36- NODETOOL_CORE_REF : v0.6.3-rc.44
36+ NODETOOL_CORE_REF : v0.6.3-rc.45
3737 run : |
3838 python -m pip install --upgrade pip
3939 pip install "nodetool-core @ git+https://github.com/nodetool-ai/nodetool-core.git@${NODETOOL_CORE_REF}"
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " nodetool-huggingface"
7- version = " 0.6.3-rc.44 "
7+ version = " 0.6.3-rc.45 "
88description = " HuggingFace nodes for Nodetool"
99readme = " README.md"
1010authors = [{ name = " Matthias Georgi" , email = " matti.georgi@gmail.com" }]
1111requires-python = " >=3.11"
1212
1313dependencies = [
14- " nodetool-core==0.6.3-rc.44 " ,
14+ " nodetool-core==0.6.3-rc.45 " ,
1515 " torch==2.9.0" ,
1616 " nunchaku ; platform_system != 'Darwin'" ,
1717 " torchsde" ,
You can’t perform that action at this time.
0 commit comments