Skip to content

Commit

Permalink
Upgarde for beancount3/beangulp fixes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
tarioch committed Dec 27, 2024
1 parent f692d96 commit 44cb9f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========
v0.6 (2024-12-27)
-----------------

Upgrade to beancount 3 and beangulp.


v0.5 (2024-01-21)
-----------------
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ packages = find:
setup_requires =
setuptools_scm
install_requires =
beancount>=2.3.5,<3.0.0
beancount>=3
beangulp
scikit-learn>=1.0
numpy>=1.18.0

Expand Down
2 changes: 1 addition & 1 deletion smart_importer/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging

from beancount.ingest import similar
from beangulp import similar

from smart_importer.hooks import ImporterHook

Expand Down

0 comments on commit 44cb9f6

Please sign in to comment.