Skip to content

Commit 05ebb53

Browse files
committed
fix: remove numpy<2.4 constraint
1 parent ffeada9 commit 05ebb53

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
]
2121
requires-python = ">=3.10"
2222
dependencies = [
23-
"numpy<2.4",
2423
"e3sm-quickview>=2.7.7",
2524
]
2625

quickcompare-env.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ dependencies:
55
- python=3.13
66
- pip
77
- paraview>=6
8-
- numpy<2.4

0 commit comments

Comments
 (0)