Skip to content

Commit

Permalink
Merge branch 'main' into code-revision
Browse files Browse the repository at this point in the history
# Conflicts:
#	libs/ccc/__init__.py
#	setup.py
  • Loading branch information
miltondp committed Sep 6, 2023
2 parents c72ecfd + 050cae8 commit 61ebefd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
],
python_requires=">=3.9",
install_requires=[
"numpy",
# numpy.typing is only available in numpy>=1.21.0
"numpy>=1.21.0",
"scipy",
"numba",
],
Expand Down

0 comments on commit 61ebefd

Please sign in to comment.