Skip to content

Commit

Permalink
version 0.1.3: updated numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksimon-bam committed Apr 9, 2024
1 parent a29cf52 commit ad122ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "parallel-abus"
version = "0.1.2"
version = "0.1.3"
description = ''
readme = "README.md"
# requires-python = ">=3.8"
Expand All @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
'Programming Language :: Python :: 3 :: Only',
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand All @@ -31,10 +32,12 @@ packages = [
]

[tool.poetry.dependencies]
python=">=3.8"
numpy=">=1.22"
scipy=">=1.6"
matplotlib=">=3.4"

[tool.poetry.group.test.dependencies]
matplotlib=">=3.4"
pytest="8.0"
openseespy = "3.5.1.3"
pandas = "~2"
Expand Down
2 changes: 1 addition & 1 deletion src/parallel_abus/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present psimon1 <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit ad122ad

Please sign in to comment.