Skip to content
Snippets Groups Projects
Commit 7c982a74 authored by David Schäfer's avatar David Schäfer
Browse files

Merge branch 'develop' into dict-of-both

parents 757f5443 8b8c9e40
No related branches found
No related tags found
2 merge requests!842Annotated float scheme,!827Represent all flags by DictOfSeries
...@@ -12,5 +12,5 @@ pyarrow==15.0.2 ...@@ -12,5 +12,5 @@ pyarrow==15.0.2
pandas==2.2.1 pandas==2.2.1
scikit-learn==1.4.1.post1 scikit-learn==1.4.1.post1
scipy==1.12.0 scipy==1.12.0
typing_extensions==4.10.0
typing_extensions==4.6.1 typing_extensions==4.6.1
git+https://github.com/palmb/fancy-collections@7436c90ba65e1acc4f3cb25b9cf83d8870b5c816
...@@ -47,7 +47,7 @@ setup( ...@@ -47,7 +47,7 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://git.ufz.de/rdm-software/saqc", url="https://git.ufz.de/rdm-software/saqc",
packages=find_packages(exclude=("tests", "docs")), packages=find_packages(exclude=("tests", "docs")),
python_requires=">=3.8", python_requires=">=3.9",
install_requires=[ install_requires=[
"Click", "Click",
"dtw", "dtw",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment