Skip to content

Commit

Permalink
feat: dump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Aug 10, 2023
1 parent 3bfecc9 commit 9225b98
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
24 changes: 12 additions & 12 deletions langs/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
async-generator==1.10
attrs==23.1.0
beautifulsoup4==4.12.2
certifi==2023.5.7
certifi==2023.7.22
cffi==1.15.1
chardet==5.1.0
charset-normalizer==3.1.0
cryptography==41.0.1
charset-normalizer==3.2.0
cryptography==41.0.2
csvsort==1.6.1
exceptiongroup==1.1.2
ffmpeg-python==0.2.0
Expand All @@ -14,26 +14,26 @@ fsspec==2023.6.0
future==0.18.3
galeodes==0.7
h11==0.14.0
huggingface-hub==0.16.2
huggingface-hub==0.16.4
idna==3.4
Jinja2==3.1.2
langdetect==1.0.9
lxml==4.9.3
lz4==4.3.2
MarkupSafe==2.1.3
more-itertools==9.1.0
more-itertools==10.0.0
mpmath==1.3.0
networkx==3.1
numpy==1.25.0
numpy==1.25.1
outcome==1.2.0
packaging==23.1
Pillow==10.0.0
protobuf==4.23.3
protobuf==4.23.4
pycparser==2.21
pyOpenSSL==23.2.0
pyparsing==3.1.0
pyparsing==3.1.1
PySocks==1.7.1
PyYAML==6.0
PyYAML==6.0.1
regex==2023.6.3
requests==2.31.0
safetensors==0.3.1
Expand All @@ -49,10 +49,10 @@ tld==0.13
tokenizers==0.13.3
torch==2.0.1
tqdm==4.65.0
transformers==4.30.2
trio==0.22.1
transformers==4.31.0
trio==0.22.2
trio-websocket==0.10.3
typing_extensions==4.7.1
urllib3==2.0.3
urllib3==2.0.4
whisper==1.1.10
wsproto==1.2.0
2 changes: 1 addition & 1 deletion modules/private
10 changes: 8 additions & 2 deletions os/mac/brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ brew "fontconfig"
brew "pcre2"
brew "glib"
brew "libffi"
brew "libpthread-stubs"
brew "xorgproto"
brew "libxcb"
brew "libx11"
Expand All @@ -55,11 +56,14 @@ brew "libunistring"
brew "libidn2"
brew "libnghttp2"
brew "libssh2"
brew "openldap"
brew "curl"
brew "libtool"
brew "unixodbc"
brew "freetds"
brew "libavif"
brew "gd"
brew "krb5"
brew "libzip"
brew "oniguruma"
brew "php"
Expand Down Expand Up @@ -130,14 +134,13 @@ brew "go"
brew "libmaxminddb"
brew "goaccess"
brew "gradle"
brew "jasper"
brew "netpbm"
brew "handbrake"
brew "htop"
brew "hyperfine"
brew "jq"
brew "ijq"
brew "ilmbase"
brew "jasper"
brew "libde265"
brew "libheif"
brew "libomp", link: true
Expand All @@ -160,6 +163,7 @@ brew "make"
brew "mas"
brew "maven"
brew "ncdu"
brew "netpbm"
brew "nghttp2"
brew "node"
brew "node@16"
Expand Down Expand Up @@ -211,13 +215,15 @@ cask "ace-link"
cask "adobe-creative-cloud"
cask "cloudflare-warp"
cask "contexts"
cask "crossover"
cask "discord"
cask "displaylink"
cask "docker"
cask "elgato-control-center"
cask "elgato-stream-deck"
cask "enjoyable"
cask "figma"
cask "free-download-manager"
cask "google-chrome"
cask "google-drive"
cask "grandperspective"
Expand Down

0 comments on commit 9225b98

Please sign in to comment.