-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2ee229
commit 876ed95
Showing
6 changed files
with
38 additions
and
64 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
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
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
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
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
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 = "orion-cli" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "Command-line tool for Open Orion PLM" | ||
authors = ["Afshawn Lotfi <[email protected]>", "Christian <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -13,7 +13,7 @@ requests = "^2.32.3" | |
pygithub = "^2.3.0" | ||
numpy = "<2.0.0" | ||
cadquery = [ | ||
{version = "^2.4.0", markers = "platform_machine != 'arm64'"}, | ||
{version = "^2.4.0", markers = "platform_machine != 'arm64' and platform_machine != 'aarch64'"}, | ||
] | ||
cadquery-arm = [ | ||
{version = "*", markers = "sys_platform == 'darwin' and platform_machine == 'arm64'"} | ||
|