Skip to content

Commit

Permalink
Fixed numpy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hela Bot committed Nov 26, 2024
1 parent 86c2aa4 commit d7efceb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added enhanced_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions findings_output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions hawk_scanner/internals/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from rich.table import Table
import json, requests, argparse, yaml, re, datetime, os, subprocess, platform, hashlib
from tinydb import TinyDB, Query
import numpy as np
import pytesseract
from PIL import Image, ImageEnhance
from docx import Document
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.3.21"
VERSION = "0.3.22"

from setuptools import setup, find_packages

Expand Down

0 comments on commit d7efceb

Please sign in to comment.