You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py-rouge depends at least on nltk and - if I understand correctly - also on bsddb3 - these should be specified as dependencies somewhere (e.g. in setup.py or pyproject.toml or requirements.txt, ...).
Sidenote: bsddb3 will not be supported in python >=3.10 anymore, and users should migrate to berkeleydb.
The text was updated successfully, but these errors were encountered:
py-rouge depends at least on
nltk
and - if I understand correctly - also onbsddb3
- these should be specified as dependencies somewhere (e.g. insetup.py
orpyproject.toml
orrequirements.txt
, ...).Sidenote:
bsddb3
will not be supported in python >=3.10 anymore, and users should migrate toberkeleydb
.The text was updated successfully, but these errors were encountered: