Skip to content

Commit 1d72cde

Browse files
committed
release v0.0.7
also add numpy dependency to try and make tests pass at github
1 parent 200b35d commit 1d72cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(self):
1717
setup(
1818
author="Luis Fagundes",
1919
author_email='lhfagundes@gmail.com',
20-
version='0.0.5',
20+
version='0.0.7',
2121
python_requires='>=3.8',
2222
classifiers=[
2323
'Development Status :: 2 - Pre-Alpha',
@@ -48,6 +48,7 @@ def run(self):
4848
"GitPython==3.1.*",
4949
"asgiref==3.8.*",
5050
"uvicorn==0.30.*",
51+
"numpy==2.2.*",
5152
],
5253
license="GNU Affero General Public License v3",
5354
include_package_data=True,

0 commit comments

Comments
 (0)