diff --git a/pyproject.toml b/pyproject.toml index c0aff33..9ef37b5 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,21 +25,21 @@ readme = "README.md" license = {file = "LICENSE.md"} requires-python = ">=3.10" dependencies = [ - "matplotlib==3.7.2", - "numpy==1.26.4", + "matplotlib>=3.9.0", + "numpy>=1.26.4", "pandas==2.1.4", # For Colab - "scikit-learn==1.3.0", - "scipy==1.11.1", - "seaborn==0.12.2", - "tqdm==4.66.1", - "watermark==2.4.3", - "missingno==0.5.2", + "scikit-learn>=1.5.0", + "scipy>=1.13.1", + "seaborn>=0.13.0", + "tqdm>=4.66.1", + "watermark>=2.4.3", + "missingno>=0.5.2", "wandb>=0.17.5", "IPython", "ipywidgets", "ipykernel", - "pre-commit==3.3.3", - "pytest==7.4.0", + "pre-commit>=3.3.3", + "pytest>=7.4.0", "mypy", "sphinx" ]