-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
27 lines (26 loc) · 842 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = HuClip The Text
version = 1.0.0
author = Tamás Ficsor
author_email = [email protected]
description = Compares questions with images on Hungarian language.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ficstamas/huclip-the-text
project_urls =
Bug Tracker = https://github.com/ficstamas/huclip-the-text/issues
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
packages = find:
python_requires = >=3.9
install_requires =
ftfy>=6.1.1
numpy>=1.22.3
torch>=1.11.0
transformers>=4.17.0
huspacy==0.4.3
beautifulsoup4>=4.10.0
clip @ git+https://github.com/openai/CLIP.git@40f5484c1c74edd83cb9cf687c6ab92b28d8b656
paddle @ git+https://github.com/ficstamas/[email protected]