We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e73e4 commit 048e015Copy full SHA for 048e015
.github/workflows/test.yaml
@@ -15,6 +15,8 @@ jobs:
15
matrix:
16
platform:
17
- "ubuntu-latest"
18
+ - "macos-latest"
19
+ - "windows-latest"
20
python-version:
21
- "3.10"
22
runs-on: ${{ matrix.platform }}
requirements.txt
@@ -9,3 +9,5 @@ langchain-openai==0.1.20
9
langchain-community==0.2.11
10
azure-search-documents==11.5.1
11
azure-identity==1.17.1
12
+ultralytics==8.2.77
13
+mediapipe==0.10.14
0 commit comments