Skip to content

Commit

Permalink
atualiza dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmalves committed Jan 22, 2025
1 parent c25b20d commit d417988
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.1

- Atualiza requisitos mínimos de dependências: `numpy` reduzida para `>=2.0`

# v1.7.0

- Gestão do projeto através de arquivo `pyproject.toml` em substituição ao par `setup.py` + `requirements.txt`.
Expand Down
2 changes: 1 addition & 1 deletion idecomp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
e saída do DECOMP.
"""

__version__ = "1.7.0"
__version__ = "1.7.1"

from . import decomp # noqa
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ build-backend = "hatchling.build"
name = "idecomp"
dynamic = ["version"]
dependencies = [
"cfinterface>=1.8.0",
"numpy>=2.2.1",
"pandas>=2.2.3",
"cfinterface>=1.8",
"numpy>=2.0",
"pandas>=2.2",
]
requires-python = ">= 3.10"
authors = [
Expand Down

0 comments on commit d417988

Please sign in to comment.