Skip to content

Commit

Permalink
Update lock files. Try adding project setup to get past build error
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Jan 3, 2025
1 parent 11abc0d commit c12f015
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/origen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ origen = 'origen.__bin__:run_origen'

[tool.poetry.dependencies]
python = ">=3.7.0,<3.13"
origen_metal = "~0.4.1.dev2"
origen_metal = "~1.0.0"
termcolor = ">= 1.1.0"
colorama = "^0.4"
bs4 = "0.0.1"
Expand Down
4 changes: 4 additions & 0 deletions python/origen_metal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ importlib-metadata = ">= 6.7.0" # For use with Python pre-3.8
[project]
name = "origen-metal"
version = "1.0.0"
description = "Bare metal APIs for the Origen SDK"
license = "MIT"
readme = "README.md"
authors = ["Origen-SDK"]
requires-python = ">=3.7.0,<3.13"
dependencies = [
"colorama (>=0.4.4)",
Expand Down
2 changes: 1 addition & 1 deletion rust/pyapi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/pyapi_metal/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions test_apps/python_app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c12f015

Please sign in to comment.