Skip to content

Commit

Permalink
Merge pull request #2 from project-neon/fix/requirements
Browse files Browse the repository at this point in the history
fix(requirements): change unused protubuff requirements to numpy
  • Loading branch information
Raphael-AugustoG authored Apr 2, 2024
2 parents 9c92df6 + b079610 commit fe28ff1
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 fe28ff1

Please sign in to comment.