Skip to content

Commit

Permalink
CU-8697c86rf: Update docs build requirements (#514)
Browse files Browse the repository at this point in the history
* CU-8697c86rf: Update docs build requirements

* CU-8697c86rf: Fix docs build requirements (hopefully)

* CU-8697c86rf: Fix docs build requirements (hopefully) x2
  • Loading branch information
mart-r authored Jan 13, 2025
1 parent 1ee4821 commit e0ae274
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ sphinx==6.2.1
sphinx-rtd-theme~=1.0
myst-parser~=0.17
sphinx-autoapi~=3.0.0
MarkupSafe==2.1.5
accelerate==0.34.2
MarkupSafe==3.0.2
accelerate==1.2.1
aiofiles==24.1.0
aiohttp==3.10.5
aiosignal==1.3.1
asttokens==2.4.1
async-timeout==4.0.3
attrs==24.2.0
aiohttp==3.11.11
aiosignal==1.3.2
asttokens==3.0.0
async-timeout==5.0.1
attrs==24.3.0
backcall==0.2.0
blis==0.7.11
catalogue==2.0.10
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
comm==0.2.2
confection==0.1.5
cymem==2.0.8
cymem==2.0.10
darglint==1.8.1
datasets==2.21.0
decorator==5.1.1
Expand All @@ -27,80 +27,80 @@ exceptiongroup==1.2.2
executing==2.1.0
filelock==3.16.0
flake8==7.0.0
frozenlist==1.4.1
frozenlist==1.5.0
fsspec==2024.6.1
gensim==4.3.3
huggingface-hub==0.24.7
huggingface-hub==0.27.1
idna==3.10
ipython==8.27.0
ipython==8.31.0
ipywidgets==8.1.5
jedi==0.19.1
jinja2==3.1.4
jedi==0.19.2
jinja2==3.1.5
joblib==1.4.2
jsonpickle==3.3.0
jsonpickle==4.0.1
jupyterlab-widgets==3.0.13
langcodes==3.4.0
langcodes==3.5.0
matplotlib-inline==0.1.7
mccabe==0.7.0
mpmath==1.3.0
multidict==6.1.0
multiprocess==0.70.16
murmurhash==1.0.10
murmurhash==1.0.11
mypy==1.11.2
mypy-extensions==1.0.0
networkx==3.3
numpy==1.25.2
packaging==24.1
pandas==2.2.2
networkx==3.4.2
numpy==1.26.4
packaging==24.2
pandas==2.2.3
parso==0.8.4
pathy==0.11.0
peft==0.12.0
peft==0.14.0
pexpect==4.9.0
pickleshare==0.7.5
preshed==3.0.9
prompt-toolkit==3.0.47
psutil==6.0.0
prompt-toolkit==3.0.48
psutil==6.1.1
ptyprocess==0.7.0
pure-eval==0.2.3
pyarrow==17.0.0
pyarrow==18.1.0
pycodestyle==2.11.1
pydantic==1.10.18
pydantic==2.10.4
pyflakes==3.2.0
pygments==2.18.0
pygments==2.19.1
python-dateutil==2.9.0
pytz==2024.2
pyyaml==6.0.2
regex==2024.9.11
regex==2024.11.6
requests==2.32.3
safetensors==0.4.5
scikit-learn==1.5.2
scipy==1.9.3
six==1.16.0
scikit-learn==1.6.0
scipy==1.13.1
six==1.17.0
smart-open==6.4.0
spacy==3.6.1
spacy==3.7.5
spacy-legacy==3.0.12
spacy-loggers==1.0.5
srsly==2.4.8
srsly==2.5.0
stack-data==0.6.3
sympy==1.13.2
thinc==8.1.12
sympy==1.13.1
thinc==8.2.5
threadpoolctl==3.5.0
tokenizers==0.19.1
tomli==2.0.1
torch==2.4.1
tqdm==4.66.5
tokenizers==0.21.0
tomli==2.2.1
torch==2.5.1
tqdm==4.67.1
traitlets==5.14.3
transformers==4.44.2
triton==3.0.0
typer==0.9.4
transformers==4.47.1
triton==3.1.0
typer==0.15.1
types-PyYAML==6.0.3
types-aiofiles==0.8.3
types-setuptools==57.4.10
typing-extensions==4.12.2
tzdata==2024.1
urllib3==2.2.3
tzdata==2024.2
urllib3==2.3.0
wasabi==1.1.3
wcwidth==0.2.13
widgetsnbextension==4.0.13
xxhash==3.5.0
yarl==1.11.1
yarl==1.18.3

0 comments on commit e0ae274

Please sign in to comment.