We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pypi_packages
1 parent 2a5363b commit c9816f9Copy full SHA for c9816f9
Formula/h/huggingface-cli.rb
@@ -27,6 +27,9 @@ class HuggingfaceCli < Formula
27
depends_on "openssl@3"
28
end
29
30
+ pypi_packages package_name: "huggingface_hub[cli]",
31
+ exclude_packages: "certifi"
32
+
33
resource "charset-normalizer" do
34
url "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz"
35
sha256 "94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"
pypi_formula_mappings.json
@@ -1,8 +1,4 @@
1
{
2
- "huggingface-cli": {
3
- "package_name": "huggingface_hub[cli]",
4
- "exclude_packages": ["certifi"]
5
- },
6
"qtwebengine": {
7
"package_name": "",
8
"extra_packages": ["html5lib"]
0 commit comments