Skip to content

Commit

Permalink
fix(requirements): change unused protubuff requirements to numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleal authored Apr 2, 2024
1 parent 9c92df6 commit b079610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
author="Project-Neon",
author_email="[email protected]",
license="GNU",
install_requires=['protobuf==3.6.1'],
)
install_requires=['numpy'],
)

0 comments on commit b079610

Please sign in to comment.