File tree Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- pytest >= 7.4.4
3
- pytest-cov >= 4.1.0
4
- flake8 >= 7.0.0
5
- mypy >= 1.8.0
6
- black >= 24.2.0
2
+ pytest >= 7.4.4 ,< 9.0.0
3
+ pytest-cov >= 4.1.0 ,< 7.0.0
4
+ pytest-mock >= 3.14.0 ,< 4.0.0
5
+ flake8 >= 7.0.0 ,< 8.0.0
6
+ mypy >= 1.8.0 ,< 2.0.0
7
+ black >= 24.2.0 ,< 25.0.0
Original file line number Diff line number Diff line change 1
- langchain >= 0.2.5
2
- langchain-openai >= 0.0.2
3
- langchain-community >= 0.0.16
4
- openai >= 1.6.1
5
- faiss-cpu >= 1.7.4
6
- sentence-transformers >= 2.2.2
7
- numpy >= 1.24.3
8
- python-dotenv >= 1.0.0
9
- pypdf >= 3.17.0
10
- streamlit >= 1.37.0
1
+ langchain >= 0.2.5 ,< 0.4.0
2
+ langchain-openai >= 0.0.2 ,< 0.4.0
3
+ langchain-community >= 0.0.16 ,< 0.4.0
4
+ openai >= 1.6.1 ,< 2.0.0
5
+ faiss-cpu >= 1.7.4 ,< 1.11.0
6
+ sentence-transformers >= 2.2.2 ,< 4.0.0
7
+ numpy >= 1.24.3 ,< 3.0.0
8
+ python-dotenv >= 1.0.0 ,< 2.0.0
9
+ pypdf >= 3.17.0 ,< 6.0.0
10
+ streamlit >= 1.37.0 ,< 2.0.0
11
+ torch >= 2.0.0 ,< 3.0.0
12
+ pydantic >= 2.0.0 ,< 3.0.0
13
+ tiktoken >= 0.9.0 ,< 1.0.0
14
+ reportlab >= 4.0.0 ,< 5.0.0
You can’t perform that action at this time.
0 commit comments