Skip to content

Commit 3030270

Browse files
committed
Modified pip requirements
1 parent ef60da5 commit 3030270

3 files changed

Lines changed: 110 additions & 109 deletions

File tree

pip_requirements.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
pandas>=2.0.0
2+
numpy>=1.23
23
seaborn>=0.12.2
34
matplotlib>=3.7.1
4-
numpy
5-
pytest>=8.0.0
6-
transformers>=4.44.0
7-
torch>=2.0.0
8-
plotly>=5.15.0
9-
Unicode
5+
scipy>=1.10
6+
spacy>=3.7,<4.0
7+
pycountry
8+
Unidecode
109
rapidfuzz
1110
geonamescache
12-
spacy>=3.7,<4.0
13-
wordcloud
11+
plotly>=5.15.0
12+
wordcloud
13+
beautifulsoup4>=4.12
14+
pytest>=8.0.0
15+
ipython

results.ipynb

Lines changed: 100 additions & 100 deletions
Large diffs are not rendered by default.

src/utils/plots_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from wordcloud import WordCloud
99
from pathlib import Path
1010
from typing import Tuple
11-
from scipy import stats
1211

1312
# Generate a Plotly treemap showing how articles are distributed across main categories, subcategories, and individual articles
1413
def treemap_categories(article_category_df: pd.DataFrame, width: int = 850, height: int = 850):

0 commit comments

Comments
 (0)