From 6bc0b9eaebcc38a44d19063759256d993516f4c5 Mon Sep 17 00:00:00 2001 From: jvsguerra Date: Thu, 26 Sep 2024 11:28:02 -0300 Subject: [PATCH] Update dependencies in pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2046c45..0639629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ dependencies = [ "ase==3.23.0", "biopython==1.84.0", "MDAnalysis==2.7.0", - "numpy==1.26.4", - "pandas==2.2.3", - "plotly==5.24.1", + "numpy~=1.26.4", + "pandas~=2.2.3", + "plotly~=5.24.1", "pyKVFinder==0.7.0", ] dynamic = ["version"]