Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #106 from Avaiga/hotfix2.2/update-deepdiff-numpy-r…
Browse files Browse the repository at this point in the history
…equirements

Hotfix 2.2 - Update deepdiff and numpy requirements
  • Loading branch information
trgiangdo authored Jul 8, 2024
2 parents e67759a + 41fdb69 commit e91c970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name = "pypi"

[packages]
toml = "==0.10"
deepdiff = "==6.2.2"
deepdiff = "==6.7.1"
numpy = "<2.0.0"

[dev-packages]
black = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if vext := version.get("ext"):
version_string = f"{version_string}.{vext}"

requirements = ["toml>=0.10,<0.11", "deepdiff>=6.2,<6.3"]
requirements = ["toml>=0.10,<0.11", "deepdiff>=6.7,<7.0", "numpy < 2.0"]

test_requirements = ["pytest>=3.8"]

Expand Down

0 comments on commit e91c970

Please sign in to comment.