Skip to content
Snippets Groups Projects

Version bumps

Merged David Schäfer requested to merge version_bumps into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -28,13 +28,13 @@ setup(
long_description_content_type="text/markdown",
url="https://git.ufz.de/rdm-software/saqc",
packages=find_packages(exclude=("tests", "docs")),
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"Click",
"dtw",
"matplotlib>=3.4",
"numba",
"numpy",
"numpy<1.24",
"outlier-utils",
"pyarrow",
"pandas>=1.2,<1.5",
Loading