Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions python/py-huggingface_hub/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-huggingface_hub
version 1.1.2
version 1.1.6
revision 0
categories-append textproc

Expand All @@ -19,17 +19,17 @@ description Client library to download and publish models and \

long_description {*}${description}

checksums rmd160 d7d60d907e312e5aba9e8d538508a7e6e2753f7e \
sha256 7bdafc432dc12fa1f15211bdfa689a02531d2a47a3cc0d74935f5726cdbcab8e \
size 606173
checksums rmd160 89978a72302b137f551ccd0528804ce31d1fb44a \
sha256 e1beacb611d74a8189b4c5298e8675fb518256af73b38143171f6efa7d822cf6 \
size 607477

python.versions 310 311 312 313

if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-filelock \
port:py${python.version}-requests \
port:py${python.version}-fsspec \
port:py${python.version}-typer \
port:py${python.version}-httpx \
port:py${python.version}-packaging \
port:py${python.version}-yaml \
Expand Down