-
Notifications
You must be signed in to change notification settings - Fork 16
Multiple minor fixes #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
41dac0f
1b73981
aee4478
bad8aa1
5108c08
18f4c31
200eefa
01e26ec
79144cd
cf52168
4fb2b2f
83ce5f8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,9 +9,8 @@ license = {text = "MIT License"} | |
| readme = "README.md" | ||
| dependencies = [ | ||
| "numpy", | ||
| "onnxruntime (==1.21.0)", | ||
| "opencv-python (>=4.11.0.86,<5.0.0.0)", | ||
| "flask-ml (>=0.2.5,<0.3.0)" | ||
| "onnxruntime", | ||
| "opencv-python" | ||
|
||
| ] | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,9 +8,8 @@ authors = [ | |
| license = {text = "MIT"} | ||
| readme = "README.md" | ||
| dependencies = [ | ||
| "ollama (>=0.4.7,<0.5.0)", | ||
| "pypdf2 (>=3.0.1,<4.0.0)", | ||
| "flask-ml (>=0.2.5,<0.3.0)" | ||
| "ollama", | ||
| "pypdf2" | ||
|
||
| ] | ||
|
|
||
|
|
||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.