Commit 2c09109e authored by myhloli's avatar myhloli

fix(setup): pin unimernet version to 0.1.6 for compatibility

parent 724db33d
...@@ -36,7 +36,7 @@ if __name__ == '__main__': ...@@ -36,7 +36,7 @@ if __name__ == '__main__':
"paddlepaddle==3.0.0b1;platform_system=='Linux'", "paddlepaddle==3.0.0b1;platform_system=='Linux'",
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'", "paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'",
], ],
"full": ["unimernet", "full": ["unimernet==0.1.6",
"matplotlib", "matplotlib",
"ultralytics", "ultralytics",
"paddleocr==2.7.3", "paddleocr==2.7.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment