Skip to content
Snippets Groups Projects
Commit 8a0ee85b authored by Manon Blanco's avatar Manon Blanco Committed by Yoann Schneider
Browse files

Indicate python version compatibility

parent de63b775
No related branches found
No related tags found
1 merge request!168Indicate python version compatibility
# DAN: a Segmentation-free Document Attention Network for Handwritten Document Recognition
[![Python >= 3.10](https://img.shields.io/badge/Python-%3E%3D3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
## Documentation
To use DAN in your own scripts, install it using pip:
......
......@@ -21,6 +21,7 @@ setup(
author="Teklia",
author_email="contact@teklia.com",
url="https://gitlab.com/teklia/atr/dan",
python_requires=">=3.10",
install_requires=parse_requirements("requirements.txt"),
packages=find_packages(),
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment