Skip to content

Commit 9a8ad83

Browse files
committed
Workaround import issue when running tests
Pandas 2.2.0 raises an annoying warning upon import that cannot be ignored when running pytest. See pandas-dev/pandas#57003
1 parent 7dd1ad3 commit 9a8ad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python_requires = >=3.6
2222
install_requires =
2323
msvc-runtime; os_name=="nt"
2424
numpy
25-
pandas
25+
pandas!=2.2.0
2626
scipy
2727
importlib-metadata; python_version<"3.8"
2828

0 commit comments

Comments
 (0)