Skip to content

Commit 2fd9990

Browse files
committed
chore: fix deps
1 parent 42f3f11 commit 2fd9990

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ maintainers = [
1212
license = {file = "LICENSE"}
1313
readme = "README.md"
1414
dependencies = [
15-
"requests = >2.27.0",
16-
"pybind11 = >2.11.1",
17-
"numpy = >1.23.5",
18-
"scipy = >1.11.4",
19-
"scikit-learn = >1.2.2"
15+
"requests>=2.27.0",
16+
"pybind11>=2.11.1",
17+
"numpy>=1.23.5",
18+
"scipy>=1.11.4",
19+
"scikit-learn>=1.2.2"
2020
]
2121
[pyproject.urls]
2222
homepage = "https://rehline.github.io/"

0 commit comments

Comments
 (0)