Skip to content

Commit

Permalink
numpy version unfrozen on pyproject (1.4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoraalves committed Mar 4, 2024
1 parent 2893f2d commit b1f619b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.4.6" %}
{% set version = "1.4.7" %}

package:
name: opyrability
Expand Down
4 changes: 2 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 = "opyrability"
version = "1.4.6"
version = "1.4.7"
description = "Process operability analysis in Python"
authors = ["Victor Alves"]
license = "MIT License"
Expand All @@ -30,7 +30,7 @@ exclude = ["*.tests", "*.tests.*", "tests.*", "tests", "*.obsolete", "*.obsolete

[tool.poetry.dependencies]
python = "^3.9.0"
numpy = ">=1.24.1,<1.26.0"
numpy = ">=1.24.1"
scipy = "^1.10.0"
tqdm = "^4.64.1"
matplotlib = ">=3.6.2, <3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup_kwargs = {
'name': 'opyrability',
'version': '1.4.6',
'version': '1.4.7',
'description': 'Process operability analysis in Python',
'author': 'Victor Alves',
'author_email': 'None',
Expand Down

0 comments on commit b1f619b

Please sign in to comment.