Skip to content

Commit ba0dd9a

Browse files
committed
Rolled back numpy version requirement for compatibility
1 parent faa6c38 commit ba0dd9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
44

55
[tool.poetry]
66
name = 'exodus_helper'
7-
version = '1.1.0'
7+
version = '1.1.1'
88
description = 'A package for manipulating ExodusII databases'
99
license = 'BSD-3-Clause'
1010
authors = ['Coleman Alleman <callema@sandia.gov>']
@@ -19,9 +19,9 @@ classifiers = [
1919
packages =[{include='exodus_helper'}]
2020

2121
[tool.poetry.dependencies]
22-
python = '>=3.9,<3.12'
22+
python = '>=3.10,<3.12'
2323
netCDF4 = '^1'
24-
numpy = '^2'
24+
numpy = '^1'
2525
packaging = '^24'
2626
scipy = '^1'
2727
docstr-coverage = {version = "*", optional = true}

0 commit comments

Comments
 (0)