-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (42 loc) · 1.06 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "brics-tools"
version = "0.0.0"
description = "Various modules and scripts to search within a Biomedical Research Informatics Computing System (BRICS) instance."
authors = ["Kevin Armengol"]
readme = "README.md"
packages = [{include = "brics_tools"}]
[tool.poetry.dependencies]
omegaconf = "^2.2"
pandas = ">=1.5.2"
pathlib = "^1.0.1"
python = ">=3.8.1,!=3.9.7, <3.12"
requests = ">=2.28.1"
sentence-transformers = "^2.2.2"
chromadb = ">=0.4.12"
llama-index = ">=0.7.19"
streamlit = "^1.27.0"
hydra-core = "1.3"
python-dotenv = "^1.0.0"
[tool.poetry.group.dev.dependencies]
arize-phoenix = "^0.0.32"
black = "^23.1.0"
bs4 = "^0.0.1"
deptry = "^0.8.0"
flake8 = "^6.0.0"
isort = "^5.11.3"
ipykernel = "^6.23.1"
joblib = "^1.2.0"
jupyterlab = ">=3.6.1"
llama-cpp-python = "^0.1.77"
matplotlib = "^3.7.2"
monkeytype = "^23.3.0"
pinecone-client = "^2.2.1"
pre-commit = "^3.0.4"
radon = "^5.1.0"
replicate = "^0.11.0"
requests-html = ">=0.10.0"
vulture = "^2.7"
wheel = "^0.38.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"