Skip to content

Commit

Permalink
Remove explicit matplotlib dependency, sort dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
carschno committed Nov 6, 2024
1 parent f86baca commit 3464daa
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3464daa

Please sign in to comment.