Skip to content

Commit 2cce068

Browse files
authored
Exclude Faker version 37.11.0 to fix tests on python 3.9 (#1041)
1 parent b419c94 commit 2cce068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"scikit-learn>=1.1.3;python_version>='3.11' and python_version<'3.12'",
4040
"scikit-learn>=1.3.1;python_version>='3.12' and python_version<'3.13'",
4141
"scikit-learn>=1.5.2;python_version>='3.13'",
42-
'Faker>=17',
42+
'Faker>=17, !=37.11.0',
4343
'python-dateutil>=2.9',
4444
]
4545

0 commit comments

Comments
 (0)