Skip to content

Commit

Permalink
DEP: Loosen numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 23, 2024
1 parent c86b441 commit abfe68b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -56,7 +56,7 @@ black = "22.6.0"
pre-commit = "^2.17"
coverage = "^5"
# Template app dependencies
numpy = "1.21.0"
numpy = "^1"
dateparser = "1.1.1"
stringcase = "1.2.0"
pandas = "^1.3"
Expand Down

0 comments on commit abfe68b

Please sign in to comment.