-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dora node version easier to maintain
- Loading branch information
1 parent
76b5696
commit 1b7e544
Showing
10 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dora-distil-whisper" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "dora_distil_whisper" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
transformers = ">= 4.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dora-echo" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "dora_echo" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dora-microphone" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "dora_microphone" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
sounddevice = "^0.4.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "keyboard-listener" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "keyboard_listener" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
pynput = "^1.7.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "opencv-plot" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ readme = "README.md" | |
packages = [{ include = "opencv_plot" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
opencv-python = ">= 4.1.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "opencv-video-capture" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ readme = "README.md" | |
packages = [{ include = "opencv_video_capture" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
opencv-python = ">= 4.1.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pyarrow-assert" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "pyarrow_assert" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pyarrow-sender" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "pyarrow_sender" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "terminal-input" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ readme = "README.md" | |
packages = [{ include = "terminal_input" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
pyarrow = ">= 5.0.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ultralytics-yolo" | ||
version = "0.3.5" | ||
version = "0.3.6-rc0" | ||
authors = [ | ||
"Haixuan Xavier Tao <[email protected]>", | ||
"Enzo Le Van <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ readme = "README.md" | |
packages = [{ include = "ultralytics_yolo" }] | ||
|
||
[tool.poetry.dependencies] | ||
dora-rs = "0.3.5" | ||
dora-rs = "^0.3.6" | ||
numpy = "< 2.0.0" | ||
ultralytics = "<= 8.2.52" | ||
|
||
|