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 abf9c19 commit d3ead8bCopy full SHA for d3ead8b
tests/requirements.txt
@@ -1,6 +1,9 @@
1
coverage==7.2.7
2
dirty-equals==0.6.0
3
hypothesis==6.79.4
4
+# TODO: remove manual override for dateutil once a version newer than 2.8.2 is
5
+# released which removes use of deprecated utcfromtimestamp
6
+git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
7
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
8
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
9
pytest==7.4.3
0 commit comments