diff --git a/setup.cfg b/setup.cfg index 68a9cea..054b18f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,35 +34,34 @@ include_package_data = True packages = find: install_requires = accelerate~=0.22.0 + chromadb~=0.4.22 jupyter-scatter~=0.19.0 kneed~=0.8.5 - seaborn~=0.13.0 - transformers~=4.39.0 - torch>=2.2.2 - umap-learn~=0.5.4 - wizmap~=0.1.2 - matplotlib~=3.7.2 # Explicit version set for Windows build python-dateutil~=2.9.0.post0 sacremoses~=0.0.53 # Required for XLM models scikit-learn~=1.5.2 + seaborn~=0.13.0 sentence_splitter~=1.4.0 stanza~=1.7.0 - chromadb~=0.4.22 + torch>=2.2.2 + transformers~=4.39.0 + umap-learn~=0.5.4 weaviate-client~=4.6.5 + wizmap~=0.1.2 wtpsplit~=2.0.5 # Wtpsplit does not work with huggingface-hub 0.26 (https://github.com/segment-any-text/wtpsplit/issues/135) huggingface-hub~=0.25.0 pydantic~=2.8.2 # Required for UMAP plotting: - pandas - datashader bokeh~=3.3.2 - holoviews dash~=2.11.1 + datashader + holoviews + pandas # Dependencies for NER pipeline and time space heat map: - spacy~=3.8.2 folium~=0.18.0 geopy~=2.4.1 + spacy~=3.8.2 [options.data_files] # This section requires setuptools>=40.6.0