mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-09 14:38:06 -05:00
This includes two major features: 1. HTML view of CDA documents 2. simpletransformers-based NLP pipeline
32 lines
744 B
TOML
32 lines
744 B
TOML
# (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC.
|
|
|
|
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
backoff = "~=1.11.1"
|
|
cython = "~=0.29.24"
|
|
multiprocessing-logging = "~=0.3.1"
|
|
munch = "~=2.5.0"
|
|
pebble = "~=4.6.1"
|
|
pydash = "~=5.0.2"
|
|
pyjnius = "~=1.3.0"
|
|
redis = "~=3.5.3"
|
|
spacy = "~=2.3.7" # we're a major release behind
|
|
scikit-learn = "~=0.24.2"
|
|
scikit-multilearn = "~=0.2.0"
|
|
python-json-logger = "~=2.0.2"
|
|
overrides = "~=6.1.0"
|
|
typing-extensions = "~=3.10.0.0"
|
|
pandas = "~=1.3.3"
|
|
simpletransformers = "~=0.61.13"
|
|
torch = {file = "https://download.pytorch.org/whl/cpu/torch-1.9.0%2Bcpu-cp38-cp38-linux_x86_64.whl"}
|
|
nltk = "~=3.6.7"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|