aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2024-01-23 14:31:26 +0100
committerJ08nY2024-01-23 14:31:26 +0100
commit256d247210c9b22797eeadb8776bfa2204bf9186 (patch)
tree5021e23fbb719321c380202d78e15b0ac1705f1c /pyproject.toml
parent95cd06e840829cf05bd621247f27a6573dd4676f (diff)
downloadpyecsca-256d247210c9b22797eeadb8776bfa2204bf9186.tar.gz
pyecsca-256d247210c9b22797eeadb8776bfa2204bf9186.tar.zst
pyecsca-256d247210c9b22797eeadb8776bfa2204bf9186.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 320edba..c0968fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,6 +31,7 @@
"numpy==1.24.4",
"scipy",
"sympy>=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]