setup.cfg 785 bytes
[metadata]
name = twitter-topic-model
version = 0.0.1
author = None
description = None
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.memri.io/memri/twitter-topic-model
license = MPPL
license_files = LICENSE.txt
classifiers =
    Programming Language :: Python :: 3
[options]
packages = find:
python_requires = >=3.6
install_requires =
    pymemri==0.0.45
    torch==1.13.1
    numpy>=1.20.0
    sentence-transformers>=0.4.1 # sentence_transformers
    tqdm>=4.41.1
    fasttext-wheel==0.9.2 # fasttext-langdetect depends on this
    fasttext-langdetect==1.0.3 # ftlangdetect
    wget==3.2 # ftlangdetect depends on this
    pytest
[options.extras_require]
train =
    pytorch-lightning
    ray[tune]
    evaluate
    tweetnlp