quesbook_search / Pipfile
Stefan
feat(setup): initial commit
bb3407a
raw
history blame
507 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
pandas = "*"
torch = "*"
transformers = "*"
accelerate = "*"
sentencepiece = "*"
protobuf = "==3.20.1"
aiohttp = "*"
aiodns = "*"
brotli = "*"
python-dotenv = "*"
openai = "*"
nest-asyncio = "*"
tqdm = "*"
tiktoken = "*"
instructorembedding = "*"
markdown = "*"
sentence-transformers = "*"
pinecone-client = "*"
psycopg2 = "*"
gradio = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.11"