py-rouge icon indicating copy to clipboard operation
py-rouge copied to clipboard

Specify dependencies

Open h-vetinari opened this issue 4 years ago • 1 comments

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.

h-vetinari avatar Jan 17 '21 19:01 h-vetinari

agreed

saprativa avatar Apr 28 '22 05:04 saprativa