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

clanup requirements

parent 218790d3
No related branches found
No related tags found
8 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!372fix doctest snippets,!369Current documentation,!364Release preparation
Pipeline #53412 failed with stage
in 1 minute and 37 seconds
......@@ -2,7 +2,6 @@ Click==8.0.1
dtw==1.4.0
hypothesis==6.23.1
matplotlib==3.4.3
mlxtend==0.19.0
numba==0.54.0
numpy==1.20.3
outlier-utils==0.0.3
......
......@@ -3,7 +3,6 @@
from typing import Optional, Tuple
from py import process
from typing_extensions import Literal
import numpy as np
from dios import DictOfSeries
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setup(
name="saqc",
version="1.4",
version="2.0",
author="Bert Palm, David Schaefer, Peter Luenenschloss, Lennard Schmidt",
author_email="david.schaefer@ufz.de",
description="Data quality checking and processing tool/framework",
......@@ -15,19 +15,18 @@ setup(
packages=find_packages(exclude=("tests",)),
python_requires=">=3.7, <3.10",
install_requires=[
"numpy",
"pandas",
"scipy",
"scikit-learn",
"numba",
"matplotlib",
"click",
"pyarrow",
"typing_extensions",
"outlier-utils",
"dtw",
"PyWavelets",
"mlxtend",
"numpy==1.20.*",
"pandas==1.3.*",
"scipy==1.7.*",
"scikit-learn==1.0.*",
"numba==0.54.*",
"matplotlib==3.4.*",
"Click==8.0.*",
"pyarrow==4.0.*",
"typing_extensions==3.10.*",
"outlier-utils==0.0.3",
"dtw==1.4.*",
"seaborn==0.11.*"
],
license_files=("LICENSE.md",),
entry_points={
......
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