diff --git a/pyproject.toml b/pyproject.toml index 55c5e16..c96e977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,17 +29,17 @@ classifiers = [ "Topic :: Scientific/Engineering :: Mathematics", ] dependencies = [ - "scikit-learn", - "statsmodels = ">=0.11.0", - "tensorflow = "==2.14.1", - "astetik", - "chances", - "kerasplotlib", - "numpy", - "pandas", - "requests", - "tqdm", - "wrangle", + "scikit-learn", + "statsmodels >= 0.11.0", + "tensorflow == 2.14.1", + "astetik", + "chances", + "kerasplotlib", + "numpy", + "pandas", + "requests", + "tqdm", + "wrangle", ] [project.urls]