Skip to content

Commit

Permalink
Merge pull request #920 from readthedocs/fix-pip-tools
Browse files Browse the repository at this point in the history
fix pip tools
  • Loading branch information
ericholscher authored Oct 7, 2024
2 parents c8cd6f2 + 5b0cd72 commit e2c54cc
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 131 deletions.
61 changes: 29 additions & 32 deletions requirements/analyzer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile analyzer.in
#
babel==2.15.0
babel==2.16.0
# via courlan
beautifulsoup4==4.12.3
# via -r analyzer.in
blis==0.7.11
# via thinc
cachetools==5.4.0
cachetools==5.5.0
# via textacy
catalogue==2.0.10
# via
# spacy
# srsly
# textacy
# thinc
certifi==2024.7.4
certifi==2024.8.30
# via
# requests
# trafilatura
Expand All @@ -35,7 +35,7 @@ confection==0.1.5
# via
# thinc
# weasel
courlan==1.2.0
courlan==1.3.1
# via trafilatura
cymem==2.0.8
# via
Expand All @@ -48,27 +48,26 @@ dateparser==1.2.0
# via htmldate
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.4.0/en_core_web_md-3.4.0-py3-none-any.whl
# via -r analyzer.in
filelock==3.15.4
filelock==3.16.1
# via
# huggingface-hub
# torch
# transformers
# triton
floret==0.10.5
# via textacy
fsspec==2024.6.1
fsspec==2024.9.0
# via
# huggingface-hub
# torch
htmldate==1.8.1
htmldate==1.9.0
# via trafilatura
huggingface-hub==0.23.4
huggingface-hub==0.25.1
# via
# sentence-transformers
# transformers
idna==3.7
idna==3.10
# via requests
jellyfish==1.0.4
jellyfish==1.1.0
# via textacy
jinja2==3.1.4
# via
Expand All @@ -81,20 +80,20 @@ joblib==1.4.2
# textacy
justext==3.0.1
# via trafilatura
langcodes==3.4.0
langcodes==3.4.1
# via spacy
langdetect==1.0.9
# via -r analyzer.in
language-data==1.2.0
# via langcodes
lxml[html-clean,html_clean]==5.2.2
lxml[html-clean,html_clean]==5.3.0
# via
# -r analyzer.in
# htmldate
# justext
# lxml-html-clean
# trafilatura
lxml-html-clean==0.1.1
lxml-html-clean==0.2.2
# via lxml
marisa-trie==1.2.0
# via language-data
Expand All @@ -112,7 +111,7 @@ networkx==2.8.8
# -r analyzer.in
# textacy
# torch
nltk==3.8.1
nltk==3.9.1
# via sentence-transformers
numpy==1.26.4
# via
Expand Down Expand Up @@ -140,33 +139,33 @@ pathlib-abc==0.1.1
# via pathy
pathy==0.11.0
# via spacy
pgvector==0.3.1
pgvector==0.3.4
# via -r analyzer.in
pillow==10.4.0
# via torchvision
preshed==3.0.9
# via
# spacy
# thinc
pydantic==1.10.17
pydantic==1.10.18
# via
# confection
# spacy
# thinc
# weasel
pyphen==0.15.0
pyphen==0.16.0
# via textacy
python-dateutil==2.9.0.post0
# via
# dateparser
# htmldate
pytz==2024.1
pytz==2024.2
# via dateparser
pyyaml==6.0.1
pyyaml==6.0.2
# via
# huggingface-hub
# transformers
regex==2024.5.15
regex==2024.9.11
# via
# dateparser
# nltk
Expand All @@ -178,11 +177,11 @@ requests==2.32.3
# textacy
# transformers
# weasel
scikit-learn==1.5.1
scikit-learn==1.5.2
# via
# sentence-transformers
# textacy
scipy==1.14.0
scipy==1.14.1
# via
# scikit-learn
# sentence-transformers
Expand All @@ -200,7 +199,7 @@ smart-open==6.4.0
# pathy
# spacy
# weasel
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
spacy==3.4.4
# via
Expand All @@ -223,7 +222,7 @@ srsly==2.4.8
# spacy-transformers
# thinc
# weasel
sympy==1.13.0
sympy==1.13.3
# via torch
textacy==0.13.0
# via -r analyzer.in
Expand All @@ -237,29 +236,27 @@ tokenizers==0.13.3
# via transformers
toolz==0.12.1
# via cytoolz
torch==2.3.1
torch==2.4.1
# via
# sentence-transformers
# spacy-transformers
# torchvision
torchvision==0.18.1
torchvision==0.19.1
# via sentence-transformers
tqdm==4.66.4
tqdm==4.66.5
# via
# huggingface-hub
# nltk
# sentence-transformers
# spacy
# textacy
# transformers
trafilatura==1.11.0
trafilatura==1.12.2
# via -r analyzer.in
transformers==4.26.1
# via
# sentence-transformers
# spacy-transformers
triton==2.3.1
# via torch
typer==0.7.0
# via
# pathy
Expand All @@ -273,7 +270,7 @@ typing-extensions==4.12.2
# torch
tzlocal==5.2
# via dateparser
urllib3==2.2.2
urllib3==2.2.3
# via
# courlan
# htmldate
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Django itself and its requirements (pytz)
Django
Django<5.1
pytz

# Asynchronous tasks
Expand Down
43 changes: 24 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile base.in
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.8
# via geoip2
aiosignal==1.3.1
# via aiohttp
Expand All @@ -19,15 +21,15 @@ async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.2.0
attrs==24.2.0
# via aiohttp
billiard==4.2.0
billiard==4.2.1
# via celery
bleach==6.1.0
# via -r base.in
celery[redis]==5.4.0
# via -r base.in
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -47,7 +49,7 @@ crispy-bootstrap4==2024.1
# via -r base.in
dj-stripe==2.8.4
# via -r base.in
django==5.0.8
django==5.0.9
# via
# -r base.in
# crispy-bootstrap4
Expand All @@ -60,13 +62,13 @@ django==5.0.8
# django-slack
# djangorestframework
# jsonfield
django-allauth==0.63.6
django-allauth==65.0.2
# via -r base.in
django-cors-headers==4.4.0
# via -r base.in
django-countries==7.6.1
# via -r base.in
django-crispy-forms==2.2
django-crispy-forms==2.3
# via
# -r base.in
# crispy-bootstrap4
Expand All @@ -92,33 +94,33 @@ frozenlist==1.4.1
# aiosignal
geoip2==4.8.0
# via -r base.in
idna==3.7
idna==3.10
# via
# requests
# yarl
ip2proxy==3.4.0
ip2proxy==3.4.1
# via -r base.in
jsonfield==3.1.0
# via -r base.in
kombu==5.3.7
kombu==5.4.2
# via celery
maxminddb==2.6.2
# via geoip2
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
pillow==10.4.0
# via -r base.in
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
pyjwt==2.8.0
pyjwt==2.9.0
# via -r base.in
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
pytz==2024.2
# via -r base.in
redis==5.0.7
redis==5.1.0
# via celery
requests==2.32.3
# via
Expand All @@ -139,11 +141,14 @@ typing-extensions==4.12.2
# via
# asgiref
# django-countries
tzdata==2024.1
# via celery
# multidict
tzdata==2024.2
# via
# celery
# kombu
ua-parser==0.18.0
# via user-agents
urllib3==2.2.2
urllib3==2.2.3
# via requests
user-agents==2.2.0
# via -r base.in
Expand All @@ -158,7 +163,7 @@ webencodings==0.5.1
# via bleach
whitenoise==6.7.0
# via -r base.in
yarl==1.9.4
yarl==1.13.1
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit e2c54cc

Please sign in to comment.