We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb5f9d commit 7ca4ecfCopy full SHA for 7ca4ecf
requirements.txt
@@ -1,7 +1,7 @@
1
pip
2
setuptools
3
wheel
4
-flatbuffers==23.5.26
+flatbuffers==24.3.25
5
pytest>=4.4.1
6
twine
7
numpy
setup.py
@@ -49,7 +49,7 @@
49
],
50
51
install_requires=[
52
- 'flatbuffers==23.5.26',
+ 'flatbuffers==24.3.25',
53
'numpy'
54
55
0 commit comments