We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4713502 commit 03603adCopy full SHA for 03603ad
pyproject.toml
@@ -21,6 +21,9 @@ classifiers = [
21
"Programming Language :: Python :: 3.12",
22
"Programming Language :: Python :: 3.13",
23
]
24
+dependencies = [
25
+ "numpy",
26
+]
27
28
[project.urls]
29
urls = "https://github.com/Kin-Zhang/linefit"
setup.py
@@ -21,6 +21,7 @@
'Programming Language :: Python :: 3.13',
],
install_requires=[
- # List your package dependencies here
+ python_requires='>=3.8',
)
0 commit comments