We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c097d2f commit aa7e5f1Copy full SHA for aa7e5f1
requirements.txt
@@ -1,27 +1,33 @@
1
-scipy>=1.4.1, <1.14
+scipy>=1.4.1, <1.16
2
pandas>1.1, <3, !=1.4.0
3
-matplotlib>=3.5, <3.10
+matplotlib>=3.5, <3.9
4
pydantic>=2
5
PyYAML>=5.0.0, <6.1
6
jinja2>=2.11.1, <3.2
7
-visions[type_image_path]>=0.7.5, <0.7.7
+visions[type_image_path]>=0.7.5, <0.8.0
8
numpy>=1.16.0, <2.2
9
+
10
# Could be optional
11
# Related to HTML report
12
htmlmin==0.1.12
13
14
# Correlations
15
phik>=0.11.1,<0.13
16
17
# Examples
18
requests>=2.24.0, <3
19
20
# Progress bar
21
tqdm>=4.48.2, <5
22
seaborn>=0.10.1, <0.14
23
multimethod>=1.4, <2
24
25
# metrics
26
statsmodels>=0.13.2, <1
27
28
# type checking
29
typeguard>=3, <5
30
imagehash==4.3.1
31
wordcloud>=1.9.3
32
dacite>=1.8
-numba>=0.56.0, <1
33
+#numba>=0.56.0, <1
0 commit comments