Skip to content

Commit

Permalink
Merge pull request #71 from hameerabbasi/npy20
Browse files Browse the repository at this point in the history
NumPy 2.0 in Dependencies
  • Loading branch information
hameerabbasi committed Jun 17, 2024
2 parents 9838853 + d34a69f commit aa2f8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
args: ["--autofix", "--no-ensure-ascii"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.9
hooks:
- id: ruff
args: ["--fix"]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "finch-tensor"
version = "0.1.27"
version = "0.1.28"
description = ""
authors = ["Willow Ahrens <willow.marie.ahrens@gmail.com>"]
readme = "README.md"
Expand All @@ -10,7 +10,7 @@ packages = [{include = "finch", from = "src"}]
python = "^3.10"
juliapkg = "^0.1.10"
juliacall = "^0.9.15"
numpy = "^1.19"
numpy = ">=1.19"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.4"
Expand Down

0 comments on commit aa2f8fb

Please sign in to comment.