From 38df24e6061c5b35e4b12e6e92078c3cba3248d0 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Fri, 2 Aug 2024 16:37:29 -0700 Subject: [PATCH] scipi tag --- .github/workflows/ci.yml | 6 +++--- pyproject.toml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6714e21b..01874239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,6 @@ jobs: #---------------------------------------------- # Run tests, linters defined in Tox #---------------------------------------------- - # - name: Run tests, linters - # run: | - # tox + - name: Run tests, linters + run: | + tox diff --git a/pyproject.toml b/pyproject.toml index a81215b6..a90b158d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,8 @@ scikit-learn = ">=1.4.2" celluloid = ">=0.2.0" igraph = ">=0.11.4" decorator = ">=5.1.1" +numpy = "1.26.4" +scipy = "1.13.1" [tool.poetry.group.widget] optional = true