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 e2f3b09 commit 93c9513Copy full SHA for 93c9513
demos/formula_recognition_demo/python/requirements.txt
@@ -1,3 +1,4 @@
1
sympy>=1.7.1
2
tqdm>=4.54.1
3
-numpy>=1.16.6,<1.20
+numpy>=1.16.6,<1.20; python_version <= "3.6"
4
+numpy>=1.16.6,<=1.21; python_version > "3.6"
0 commit comments