Skip to content

Commit e6b3a49

Browse files
alexbarrosaquemy
authored andcommitted
fix: requirements upper bounds (#1326)
* fix: remove upper bounds
1 parent acb9f21 commit e6b3a49

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
scipy>=1.4.1, <1.10
2-
pandas>1.1, <1.6, !=1.4.0
3-
matplotlib>=3.2, <3.7
4-
pydantic>=1.8.1, <1.11
2+
pandas>1.1, <2, !=1.4.0
3+
matplotlib>=3.2, <4
4+
pydantic>=1.8.1, <2
55
PyYAML>=5.0.0, <6.1
66
jinja2>=2.11.1, <3.2
77
visions[type_image_path]==0.7.5
@@ -12,15 +12,15 @@ htmlmin==0.1.12
1212
# Correlations
1313
phik>=0.11.1,<0.13
1414
# Examples
15-
requests>=2.24.0, <2.29
15+
requests>=2.24.0, <3
1616
# Progress bar
17-
tqdm>=4.48.2, <4.65
17+
tqdm>=4.48.2, <5
1818
seaborn>=0.10.1, <0.13
19-
multimethod>=1.4, <1.10
19+
multimethod>=1.4, <2
2020
# metrics
21-
statsmodels>=0.13.2, <0.14
21+
statsmodels>=0.13.2, <1
2222
# type checking
23-
typeguard>=2.13.2, <2.14
23+
typeguard>=2.13.2, <3
2424
imagehash==4.3.1
2525
wordcloud>=1.9.1
26-
dacite>=1.8
26+
dacite>=1.8

0 commit comments

Comments
 (0)