We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa6c38 commit ba0dd9aCopy full SHA for ba0dd9a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
4
5
[tool.poetry]
6
name = 'exodus_helper'
7
-version = '1.1.0'
+version = '1.1.1'
8
description = 'A package for manipulating ExodusII databases'
9
license = 'BSD-3-Clause'
10
authors = ['Coleman Alleman <callema@sandia.gov>']
@@ -19,9 +19,9 @@ classifiers = [
19
packages =[{include='exodus_helper'}]
20
21
[tool.poetry.dependencies]
22
-python = '>=3.9,<3.12'
+python = '>=3.10,<3.12'
23
netCDF4 = '^1'
24
-numpy = '^2'
+numpy = '^1'
25
packaging = '^24'
26
scipy = '^1'
27
docstr-coverage = {version = "*", optional = true}
0 commit comments