aider/requirements.in
2024-07-09 16:39:54 +01:00

50 lines
902 B
Text

#
# pip-compile requirements.in --upgrade
#
# To install with the CPU version of torch, because the GPU versions are huge
---extra-index-url https://download.pytorch.org/whl/cpu
configargparse
GitPython
openai
tiktoken
jsonschema
rich
prompt_toolkit
numpy
backoff
pathspec
diskcache
grep_ast
packaging
sounddevice
soundfile
beautifulsoup4
PyYAML
Pillow
diff-match-patch
playwright
pypandoc
litellm
google-generativeai
streamlit
watchdog
flake8
llama-index-core
llama-index-embeddings-huggingface
importlib_resources
# v3.3 no longer works on python 3.9
networkx<3.3
# v0.22.2 seems to break tree-sitter-languages?
tree-sitter==0.21.3
# To retain python 3.9 compatibility
scipy<1.14
# GitHub Release action failing on "KeyError: 'home-page'"
# https://github.com/pypa/twine/blob/6fbf880ee60915cf1666348c4bdd78a10415f2ac/twine/__init__.py#L40
# Uses importlib-metadata
importlib-metadata<8.0.0