Skip to content

Commit 5f9b401

Browse files
committed
Fix poetry config
1 parent 40ff915 commit 5f9b401

File tree

2 files changed

+141
-2
lines changed

2 files changed

+141
-2
lines changed

poetry.lock

+138
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ name = "egobox"
2727
version = "0.12.0"
2828
description = "Python binding for egobox EGO optimizer written in Rust"
2929
authors = ["Rémi Lafage <[email protected]>"]
30+
packages = [{ include = "egobox", from = "python" }]
3031

3132
[tool.poetry.dependencies]
3233
numpy = ">=1.18"
33-
python = ">=3.7"
34+
python = ">=3.8"
3435

3536
[tool.poetry.dev-dependencies]
36-
pytest = "^6.2"
37+
pytest = ">=6"

0 commit comments

Comments
 (0)