From b09f7cecc7dd0d3d562cbb7922a52200c0442eee Mon Sep 17 00:00:00 2001 From: Christopher Manteuffel Date: Wed, 12 Jun 2024 11:33:25 -0700 Subject: [PATCH] Repin reqs to remove vulns --- README.md | 4 ++++ requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f74fea..c136dd2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/sigopt/evalset/badge)](https://scorecard.dev/viewer/?uri=github.com/sigopt/evalset) + + + # evalset Benchmark suite of test functions suitable for evaluating black-box optimization strategies diff --git a/requirements.txt b/requirements.txt index b3848a5..ee26733 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -numpy>=1.10.1 -scipy>=0.16.0 +numpy>=1.26.4 +scipy>=1.13.1