From 256d247210c9b22797eeadb8776bfa2204bf9186 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 23 Jan 2024 14:31:26 +0100 Subject: Actually depend on pandas and stop their warning. --- README.md | 1 + docs/index.rst | 2 ++ pyproject.toml | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e0155..53c3d6b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ It is currently in an alpha stage of development and thus only provides: - [Numpy](https://www.numpy.org/) - [Scipy](https://www.scipy.org/) - [sympy](https://sympy.org/) + - [pandas](https://pandas.pydata.org/) - [atpublic](https://public.readthedocs.io/) - [fastdtw](https://github.com/slaypni/fastdtw) - [asn1crypto](https://github.com/wbond/asn1crypto) diff --git a/docs/index.rst b/docs/index.rst index 88b9292..a6943ae 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -126,6 +126,7 @@ Requirements - Numpy_ - Scipy_ - sympy_ + - pandas_ - atpublic_ - fastdtw_ - asn1crypto_ @@ -220,6 +221,7 @@ Development was supported by the Masaryk University grant `MUNI/C/1707/2018 =1.7.1", + "pandas", "atpublic", "cython", "fastdtw", @@ -81,7 +82,8 @@ markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')", ] filterwarnings = [ - "ignore:Deprecated call to `pkg_resources.declare_namespace" + "ignore:Deprecated call to `pkg_resources.declare_namespace", + "ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning", # pandas pyarrow (pandas<3.0), ] [tool.mypy] -- cgit v1.2.3-70-g09d2