Skip to content

Commit

Permalink
🔧 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 6, 2024
1 parent 0d83d95 commit e331fa3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs-material==9.4
19 changes: 11 additions & 8 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.2.0
asttokens==2.4.1
async-timeout==4.0.3
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
Expand All @@ -27,11 +28,12 @@ diskcache==5.6.3
distlib==0.3.8
distro==1.9.0
docstring-parser==0.15
exceptiongroup==1.2.0
executing==2.0.1
faiss-cpu==1.7.4
filelock==3.13.1
frozenlist==1.4.1
fsspec==2023.12.2
fsspec==2024.2.0
ghp-import==2.1.0
h11==0.14.0
httpcore==1.0.2
Expand All @@ -54,20 +56,20 @@ langsmith==0.0.86
llama-cpp-python==0.2.38
markdown==3.5.2
markdown-it-py==3.0.0
markupsafe==2.1.4
markupsafe==2.1.5
marshmallow==3.20.2
matplotlib-inline==0.1.6
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-material==9.5.6
mkdocs-material==9.5.7
mkdocs-material-extensions==1.3.1
multidict==6.0.5
mypy==1.8.0
mypy-extensions==1.0.0
nodeenv==1.8.0
numpy==1.26.3
openai==1.10.0
numpy==1.26.4
openai==1.11.1
packaging==23.2
paginate==0.5.6
parso==0.8.3
Expand All @@ -80,8 +82,8 @@ pre-commit==3.6.0
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
pydantic==2.6.0
pydantic-core==2.16.1
pydantic==2.6.1
pydantic-core==2.16.2
pydantic-settings==2.1.0
pygments==2.17.2
pymdown-extensions==10.7
Expand All @@ -93,14 +95,15 @@ pyyaml-env-tag==0.1
regex==2023.12.25
requests==2.31.0
rich==13.7.0
ruff==0.2.0
ruff==0.2.1
six==1.16.0
sniffio==1.3.0
soupsieve==2.5
sqlalchemy==2.0.25
stack-data==0.6.3
tenacity==8.2.3
tiktoken==0.5.2
tomli==2.0.1
tqdm==4.66.1
traitlets==5.14.1
types-pyyaml==6.0.12.12
Expand Down
11 changes: 6 additions & 5 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ certifi==2024.2.2
charset-normalizer==3.3.2
distro==1.9.0
docstring-parser==0.15
exceptiongroup==1.2.0
h11==0.14.0
httpcore==1.0.2
httpx==0.26.0
Expand All @@ -25,13 +26,13 @@ langchain-core==0.1.18
langchain-openai==0.0.5
langsmith==0.0.86
markdown-it-py==3.0.0
markupsafe==2.1.4
markupsafe==2.1.5
mdurl==0.1.2
numpy==1.26.3
openai==1.10.0
numpy==1.26.4
openai==1.11.1
packaging==23.2
pydantic==2.6.0
pydantic-core==2.16.1
pydantic==2.6.1
pydantic-core==2.16.2
pydantic-settings==2.1.0
pygments==2.17.2
python-dotenv==1.0.1
Expand Down

0 comments on commit e331fa3

Please sign in to comment.