Skip to content

Commit

Permalink
[FIX] correct module name, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Dec 16, 2024
1 parent db2393a commit 9554bed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -21,6 +21,8 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.7"
numpy = "*"
scipy = "*"



0 comments on commit 9554bed

Please sign in to comment.