From d50e48d699169ce049947fe9478beda0a450b3d2 Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Sun, 21 Apr 2024 11:04:03 +0300 Subject: [PATCH] fix typo in requirements --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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]