Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Dec 17, 2024
1 parent 08adf7d commit 1e85468
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ requires = [
]

[project]
dependencies = ['numpy>=1.23']
dependencies = [
'numpy>=1.23',
'packaging>=20.0'
]

description = 'Serialbox - Serialization Library for C, C++, Fortran and Python'
name = 'serialbox4py'
# note: version should not be changed manually, use bump-my-version instead:
Expand Down

0 comments on commit 1e85468

Please sign in to comment.