Skip to content

Updated dependencies to the latest versions #4

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gibberish_detector/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
CONFIG_PATH = "config.yml"

with open(os.path.join(__location__, CONFIG_PATH), 'r') as ymlfile:
cfg = yaml.load(ymlfile)
cfg = yaml.load(ymlfile, Loader=yaml.FullLoader)
# Load the yaml content into this module global variables
globals().update(cfg)
Binary file modified gibberish_detector/gibberish_detector.pki
Binary file not shown.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
rstr==2.2.6
plotly==2.2.1
numpy==1.13.3
scipy==0.19.1
matplotlib==2.1.0
scikit_learn==0.19.1
matplotlib==3.6.3
numpy==1.24.2
plotly==5.13.0
PyYAML==6.0
rstr==3.2.0
scikit-learn==1.2.1
scipy==1.10.0
Binary file modified string_classifier.pki
Binary file not shown.