Skip to content

Commit 4595d60

Browse files
authored
Update requirements.txt
1 parent c2024e8 commit 4595d60

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

docs/requirements.txt

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,61 @@ certifi==2023.7.22
1212
# via requests
1313
charset-normalizer==3.3.1
1414
# via requests
15+
click==8.1.7
16+
# via nltk
17+
contourpy==1.2.0
18+
# via matplotlib
19+
cycler==0.12.1
20+
# via matplotlib
1521
docutils==0.18.1
1622
# via
1723
# pybtex-docutils
1824
# sphinx
1925
# sphinx-rtd-theme
2026
# sphinxcontrib-bibtex
27+
et-xmlfile==1.1.0
28+
# via openpyxl
29+
fonttools==4.48.1
30+
# via matplotlib
2131
idna==3.4
2232
# via requests
2333
imagesize==1.4.1
2434
# via sphinx
2535
jinja2==3.1.3
2636
# via sphinx
37+
joblib==1.3.2
38+
# via nltk
39+
kiwisolver==1.4.5
40+
# via matplotlib
2741
latexcodec==2.0.1
2842
# via pybtex
2943
markupsafe==2.1.3
3044
# via jinja2
45+
matplotlib==3.8.2
46+
# via niapy
47+
niapy==2.1.0
48+
# via -r requirements.in
49+
nltk==3.8.1
50+
# via -r requirements.in
51+
numpy==1.26.4
52+
# via
53+
# -r requirements.in
54+
# contourpy
55+
# matplotlib
56+
# niapy
57+
# pandas
58+
openpyxl==3.1.2
59+
# via niapy
3160
packaging==23.2
32-
# via sphinx
61+
# via
62+
# matplotlib
63+
# sphinx
64+
pandas==2.2.0
65+
# via
66+
# -r requirements.in
67+
# niapy
68+
pillow==10.2.0
69+
# via matplotlib
3370
pybtex==0.24.0
3471
# via
3572
# pybtex-docutils
@@ -38,14 +75,25 @@ pybtex-docutils==1.0.3
3875
# via sphinxcontrib-bibtex
3976
pygments==2.16.1
4077
# via sphinx
78+
pyparsing==3.1.1
79+
# via matplotlib
80+
python-dateutil==2.8.2
81+
# via
82+
# matplotlib
83+
# pandas
84+
pytz==2024.1
85+
# via pandas
4186
pyyaml==6.0.1
4287
# via pybtex
88+
regex==2023.12.25
89+
# via nltk
4390
requests==2.31.0
4491
# via sphinx
4592
six==1.16.0
4693
# via
4794
# latexcodec
4895
# pybtex
96+
# python-dateutil
4997
snowballstemmer==2.2.0
5098
# via sphinx
5199
sphinx==7.2.6
@@ -77,5 +125,9 @@ sphinxcontrib-qthelp==1.0.6
77125
# via sphinx
78126
sphinxcontrib-serializinghtml==1.1.9
79127
# via sphinx
128+
tqdm==4.66.1
129+
# via nltk
130+
tzdata==2023.4
131+
# via pandas
80132
urllib3==2.0.7
81133
# via requests

0 commit comments

Comments
 (0)