Skip to content

Commit a1c754b

Browse files
authored
Merge pull request #675 from geekan/update-requirement
Update requirements.txt
2 parents 9a82ba2 + 7bb7e37 commit a1c754b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pandas==2.0.3
2222
pydantic==2.5.3
2323
#pygame==2.1.3
2424
#pymilvus==2.2.8
25-
pytest==7.2.2
25+
# pytest==7.2.2 # test extras require
2626
python_docx==0.8.11
2727
PyYAML==6.0.1
2828
# sentence_transformers==2.2.2
@@ -38,7 +38,7 @@ typing-inspect==0.8.0
3838
typing_extensions==4.9.0
3939
libcst==1.0.1
4040
qdrant-client==1.7.0
41-
pytest-mock==3.11.1
41+
# pytest-mock==3.11.1 # test extras require
4242
# open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x
4343
ta==0.10.2
4444
semantic-kernel==0.4.3.dev0
@@ -57,5 +57,5 @@ gitignore-parser==0.1.9
5757
websockets~=12.0
5858
networkx~=3.2.1
5959
google-generativeai==0.3.2
60-
playwright==1.40.0
60+
# playwright==1.40.0 # playwright extras require
6161
anytree

0 commit comments

Comments
 (0)