Skip to content

Commit 4af58c1

Browse files
Update setup.py
1 parent 964be3c commit 4af58c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ def get_version(package):
118118
"charset_normalizer >= 3.0.1; python_version < '3.7'",
119119
"charset_normalizer >= 3.3.2; python_version >= '3.7'",
120120
"dateparser >= 1.1.2", # 1.1.3+ slower
121-
"lxml >= 4.9.3 ; platform_system != 'Darwin'",
122-
"lxml == 4.9.2 ; platform_system == 'Darwin'",
121+
"lxml >= 4.9.3",
123122
"python-dateutil >= 2.8.2",
124123
"urllib3 >= 1.26, < 2; python_version < '3.7'",
125124
"urllib3 >= 1.26, < 3; python_version >= '3.7'",

0 commit comments

Comments
 (0)