Skip to content

Commit 9554bed

Browse files
committed
[FIX] correct module name, dependencies
1 parent db2393a commit 9554bed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
--repo '${{ github.repository }}'
9393
9494
publish-to-testpypi:
95-
name: Publish accml to TestPyPI
95+
name: Publish bact-math-utils to TestPyPI
9696
needs:
9797
- build
9898
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
name = "accml"
6+
name = "bact-math-utils"
77
version = "0.0.0"
8-
description = "python accelerator middle layer"
8+
description = "bact: math and non mathematical utils"
99
authors = ["Pierre Schnizer", "Teresia Olsson"]
1010
license = "GPL-3.0"
1111
homepage = "https://github.com/hz-b/bact-math-utils"
@@ -21,6 +21,8 @@ classifiers = [
2121

2222
[tool.poetry.dependencies]
2323
python = ">=3.7"
24+
numpy = "*"
25+
scipy = "*"
2426

2527

2628

0 commit comments

Comments
 (0)