Skip to content

Commit

Permalink
Bump libgunshotmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 24, 2024
1 parent 1949597 commit af11581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gunshotmatch_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def projects(projects_toml: str = "projects.toml") -> None:
if (output_dir / matches_json_filename).is_file():
existing_file_content = (output_dir / matches_json_filename).read_text().strip()
existing_matches_json = sdjson.loads(existing_file_content)
matches_data_with_old_mtime = {
matches_data_with_old_mtime: Dict[str, Dict[str, Any]] = {
"metadata": dict(matches_data["metadata"]),
"compounds": matches_data["compounds"],
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ consolekit>=1.5.2
domdf-python-tools>=3.6.1
gunshotmatch-pipeline>=0.8.1
gunshotmatch-reports>=0.1.0
libgunshotmatch>=0.4.0
libgunshotmatch>=0.12.0
libgunshotmatch-mpl>=0.1.0.post1
numpy>=1.22
scikit-learn>=1.3.2
Expand Down

0 comments on commit af11581

Please sign in to comment.