Skip to content

Commit 6581166

Browse files
authored
Update setup.py
1 parent a011d91 commit 6581166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
license="BSD 2-Clause License",
2626
packages=find_packages(exclude=["tests", "tests.*"]),
2727
python_requires=">=3.6.0",
28-
install_requires=["flatbuffers>=1.12", "numpy"],
28+
install_requires=["flatbuffers==1.12", "numpy"],
2929
extras_require={"dev": ["flake8", "pre-commit", "pytest", "tox"]},
3030
)

0 commit comments

Comments
 (0)