From 0fb95ac462bf4b95cba1c9f7b4c5187c4dd08903 Mon Sep 17 00:00:00 2001 From: David Kelley Date: Sat, 7 Sep 2024 14:18:18 -0700 Subject: [PATCH] relax --- pyproject.toml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8f08d4..a6b1eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,37 +14,37 @@ dynamic = ["version"] requires-python = ">=3.9" dependencies = [ - "h5py~=3.10.0", - "intervaltree~=3.1.0", - "joblib~=1.1.1", - "matplotlib~=3.7.1", - "google-cloud-storage~=2.0.0", - "natsort~=7.1.1", - "networkx~=2.8.4", - "numpy~=1.24.3", - "pandas~=1.5.3", - "pybigwig~=0.3.18", - "pybedtools~=0.10.0", - "pysam~=0.22.0", - "qnorm~=0.8.1", - "seaborn~=0.12.2", - "scikit-learn~=1.2.2", - "scipy~=1.9.1", - "statsmodels~=0.13.5", - "tabulate~=0.8.10", - "tensorflow~=2.15.0", - "tqdm~=4.65.0", + "h5py~=3.11", + "intervaltree~=3", + "joblib~=1", + "matplotlib~=3.9", + "google-cloud-storage~=2", + "natsort~=8.4", + "networkx~=3.3", + "numpy~=1.26", + "pandas~=2.2", + "pybigwig~=0.3", + "pybedtools~=0.10", + "pysam~=0.22", + "qnorm~=0.8", + "seaborn~=0.13", + "scikit-learn~=1.5", + "scipy~=1.13", + "statsmodels~=0.14", + "tabulate~=0", + "tensorflow~=2.15", + "tqdm~=4", ] [project.optional-dependencies] dev = [ - "black~=23.12.1", - "pytest~=7.4.4", - "ruff~=0.1.11", + "black~=24", + "pytest~=7.4", + "ruff~=0.6", ] gpu = [ - "tensorrt==8.6.1" + "tensorrt==8.6" ] [project.urls]