From 9554bed26d72f979b4a70c33688dcf8037089a4d Mon Sep 17 00:00:00 2001 From: Pierre Schnizer Date: Mon, 16 Dec 2024 15:28:36 +0100 Subject: [PATCH] [FIX] correct module name, dependencies --- .github/workflows/pypi-publish.yml | 2 +- pyproject.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 236c3e2..e12f3b7 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -92,7 +92,7 @@ jobs: --repo '${{ github.repository }}' publish-to-testpypi: - name: Publish accml to TestPyPI + name: Publish bact-math-utils to TestPyPI needs: - build runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 2f146d8..407a5d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,9 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -name = "accml" +name = "bact-math-utils" version = "0.0.0" -description = "python accelerator middle layer" +description = "bact: math and non mathematical utils" authors = ["Pierre Schnizer", "Teresia Olsson"] license = "GPL-3.0" homepage = "https://github.com/hz-b/bact-math-utils" @@ -21,6 +21,8 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.7" +numpy = "*" +scipy = "*"