From 8c0d89f8f0a44439ad0ddd428c345e830f039170 Mon Sep 17 00:00:00 2001 From: Sankalp Sanand Date: Wed, 27 Sep 2023 19:49:52 -0400 Subject: [PATCH] updated tests/requirements --- tests/requirements.txt | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index a7a0a1764..411f0903b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,16 +1,17 @@ -boto3==1.26.110 -detect-secrets==1.3.0 -flake8==5.0.4 -isort==5.10.1 -locust==2.11.0 -mock==4.0.3 -nbconvert==6.5.1 -pennylane==0.25.1 -pre-commit==2.20.0 -pytest==7.1.3 -pytest-asyncio==0.19.0 -pytest-cov==3.0.0 -pytest-mock==3.8.2 -pytest-rerunfailures==10.2 -scikit-image==0.19.1 -scikit-learn==1.2.2 +boto3>=1.26.110 +detect-secrets>=1.3.0 +flake8>=5.0.4 +httpx>=0.24.1 +isort>=5.10.1 +locust>=2.11.0 +mock>=4.0.3 +nbconvert>=6.5.1 +pennylane==0.31.1 +pre-commit>=2.20.0 +pytest>=7.1.3 +pytest-asyncio>=0.21.0 +pytest-cov>=3.0.0 +pytest-mock>=3.8.2 +pytest-rerunfailures>=10.2 +scikit-image>=0.19.1 +scikit-learn>=1.2.2