Skip to content

Commit

Permalink
Try removing project and back to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Jan 3, 2025
1 parent c12f015 commit 6304835
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions python/origen_metal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ termcolor = ">= 1.1.0"
colorama = ">= 0.4.4" # Note: colorama is usually installed on the system already, but it isn't actually required (e.g. WSL won't have this by default)
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)",
"importlib-metadata (>=6.7.0)",
"pyreadline3 (>=3.3,<4.0) ; sys_platform == 'win32'",
"termcolor (>=1.1.0)"
]
# [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)",
# "importlib-metadata (>=6.7.0)",
# "pyreadline3 (>=3.3,<4.0) ; sys_platform == 'win32'",
# "termcolor (>=1.1.0)"
# ]

[tool.poetry.dev-dependencies]
pytest-rerunfailures = "13.0" # Last version that supports Python 3.7
Expand Down

0 comments on commit 6304835

Please sign in to comment.