We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f3f11 commit 2fd9990Copy full SHA for 2fd9990
1 file changed
pyproject.toml
@@ -12,11 +12,11 @@ maintainers = [
12
license = {file = "LICENSE"}
13
readme = "README.md"
14
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"
+ "requests>=2.27.0",
+ "pybind11>=2.11.1",
+ "numpy>=1.23.5",
+ "scipy>=1.11.4",
+ "scikit-learn>=1.2.2"
20
]
21
[pyproject.urls]
22
homepage = "https://rehline.github.io/"
0 commit comments