Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
andremralves committed Jul 28, 2024
1 parent a52744d commit e18058b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Topic :: Utilities",
]
keywords = ["core", "measures", "quality", "algebraic model"]
requires-python = ">=3.8"
dependencies = ["pandas==2.0.0","marshmallow==3.19.0","numpy==1.24.3"]
requires-python = ">=3.9"
dependencies = ["pandas>=2.2.0","marshmallow==3.21.0","numpy>=2.0"]
[tool.mypy]
strict = true
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==2.0.0
marshmallow==3.19.0
numpy==1.24.3
pandas==2.2.*
marshmallow==3.21.*
numpy==2.0.*

0 comments on commit e18058b

Please sign in to comment.