Skip to content

Commit 2af325e

Browse files
committed
Unpin numpy and openpulse versions
1 parent 3fa7773 commit 2af325e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 5 additions & 4 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = ">=3.7,<3.11"
19-
typing-extensions = {version = "^4.3.0", python = "<3.8"}
20-
openpulse = "0.4.0"
21-
numpy = "1.21.6"
19+
openpulse = "^0.4.0"
20+
numpy = "^1.21.6"
2221
mypy-extensions = "^0.4.3"
22+
typing-extensions = {version = "^4.3.0", python = "<3.8"}
2323

2424
[tool.poetry.group.dev.dependencies]
2525
pytest = "^6.2"
@@ -28,7 +28,6 @@ pylint = "^2.12"
2828
mypy = "^0.961"
2929
twine = "^4.0.1"
3030
pytest-benchmark = "^3.4.1"
31-
numpy = "^1.21.3"
3231
pytest-cov = "^3.0.0"
3332
isort = "^5.10.1"
3433
pydocstyle = "^6.1.1"

0 commit comments

Comments
 (0)