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 200b35d commit 1d72cdeCopy full SHA for 1d72cde
setup.py
@@ -17,7 +17,7 @@ def run(self):
17
setup(
18
author="Luis Fagundes",
19
author_email='lhfagundes@gmail.com',
20
- version='0.0.5',
+ version='0.0.7',
21
python_requires='>=3.8',
22
classifiers=[
23
'Development Status :: 2 - Pre-Alpha',
@@ -48,6 +48,7 @@ def run(self):
48
"GitPython==3.1.*",
49
"asgiref==3.8.*",
50
"uvicorn==0.30.*",
51
+ "numpy==2.2.*",
52
],
53
license="GNU Affero General Public License v3",
54
include_package_data=True,
0 commit comments