diff --git a/dev-requirements.txt b/dev-requirements.txt index 8e9a734..bad2aa4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ click~=8.1 # numpy higher version need python==3.9 max numpy==2.0.1 -numpy>=1.26.4,<=2.1.2 +numpy>=1.26.4,<=2.1.3 #contourpy>=1.0.0,<=1.3.0 @@ -9,7 +9,7 @@ numpy>=1.26.4,<=2.1.2 psutil>=5.9.0,<=6.0.0 packaging>=21.0,<=24.1 -qgate_graph==1.4.27 +qgate_graph==1.4.28 coverage>=7 coverage-badge>=1 diff --git a/qgate_perf/version.py b/qgate_perf/version.py index a943ac9..ae1e40e 100644 --- a/qgate_perf/version.py +++ b/qgate_perf/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.4.46' \ No newline at end of file +__version__ = '0.4.47' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 13810e9..851ff9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # numpy higher version need python==3.9 max numpy==2.0.1 -numpy>=1.26.4,<=2.1.2 +numpy>=1.26.4,<=2.1.3 #contourpy>=1.0.0,<=1.3.0 psutil>=5.9.0,<=6.0.0 packaging>=21.0,<=24.1 -qgate_graph==1.4.27 +qgate_graph==1.4.28