Skip to content

Commit ead30af

Browse files
committed
Pydevlpr has a <0.3.0 requirement for devlprd.
1 parent 9c6416d commit ead30af

2 files changed

Lines changed: 45 additions & 4 deletions

File tree

poetry.lock

Lines changed: 42 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "devlprd"
3-
version = "0.3.0"
3+
version = "0.2.3"
44
description = "Daemon for managing integrations with the FATNM DEVLPR"
55
readme = "README.md"
66
authors = ["Ezra Boley <eboley@wisc.edu>"]
@@ -9,11 +9,12 @@ repository = "https://github.com/FANTM/devlprd"
99
documentation = "https://docs.getfantm.com"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.6"
12+
python = ">=3.7,<3.11"
1313
pyserial = "^3.5"
1414
mypy = "^0.910"
1515
pydevlpr = ">=0.2.2"
1616
pydevlpr-protocol = "^0.1.0"
17+
numpy = "^1.21.2"
1718

1819
[tool.poetry.dev-dependencies]
1920
pytest = "^6.2.4"

0 commit comments

Comments
 (0)