Skip to content

Commit

Permalink
update the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Dec 29, 2024
1 parent 687bf84 commit 7fbb312
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"numpy>=1.23.2; python_version == '3.10'",
"numpy>=1.24.0; python_version == '3.11'",
"numpy>=1.26.0; python_version == '3.12'",
"numpy>=2.2.1; python_version == '3.13'",
"numpy>=2.2.1; python_version >= '3.13'",
]

[project.urls]
Expand Down
2 changes: 2 additions & 0 deletions tests/test_arf.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def test99_various():
arf.DataTypes._doc()
arf.DataTypes._todict()

def test_datatype_from_string():
assert arf.DataTypes._fromstring("undefined") == arf.DataTypes.UNDEFINED

# # Variables:
# # End:
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fbb312

Please sign in to comment.