Skip to content

Commit

Permalink
up nk
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 5, 2023
1 parent 3816157 commit 750123d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace_packages=[],
install_requires=[
"followthemoney==3.5.4",
"nomenklatura==3.6.4",
"nomenklatura==3.6.5",
"asyncstdlib==3.10.8",
"aiocron==1.8",
"aiocsv==1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion yente/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def env_str(name: str, default: Optional[str] = None) -> Optional[str]:
SCORE_THRESHOLD = 0.70

# Default cutoff for scores that should not be returned as /match results:
SCORE_CUTOFF = 0.40
SCORE_CUTOFF = 0.50

# ElasticSearch settings:
ES_URL = env_str("YENTE_ELASTICSEARCH_URL", "http://localhost:9200")
Expand Down

0 comments on commit 750123d

Please sign in to comment.