Skip to content

Commit aa7e5f1

Browse files
committed
docs: update package readme
1 parent c097d2f commit aa7e5f1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1-
scipy>=1.4.1, <1.14
1+
scipy>=1.4.1, <1.16
22
pandas>1.1, <3, !=1.4.0
3-
matplotlib>=3.5, <3.10
3+
matplotlib>=3.5, <3.9
44
pydantic>=2
55
PyYAML>=5.0.0, <6.1
66
jinja2>=2.11.1, <3.2
7-
visions[type_image_path]>=0.7.5, <0.7.7
7+
visions[type_image_path]>=0.7.5, <0.8.0
88
numpy>=1.16.0, <2.2
9+
910
# Could be optional
1011
# Related to HTML report
1112
htmlmin==0.1.12
13+
1214
# Correlations
1315
phik>=0.11.1,<0.13
16+
1417
# Examples
1518
requests>=2.24.0, <3
19+
1620
# Progress bar
1721
tqdm>=4.48.2, <5
1822
seaborn>=0.10.1, <0.14
1923
multimethod>=1.4, <2
24+
2025
# metrics
2126
statsmodels>=0.13.2, <1
27+
2228
# type checking
2329
typeguard>=3, <5
2430
imagehash==4.3.1
2531
wordcloud>=1.9.3
2632
dacite>=1.8
27-
numba>=0.56.0, <1
33+
#numba>=0.56.0, <1

0 commit comments

Comments
 (0)