Skip to content

Commit

Permalink
Bump the Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jul 2, 2023
1 parent 786c7cd commit 9c6c331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ with nd.open() as device:
pass
```

The keys in a packet depend on the device and are only present if the associated array is not empty.
The keys in a packet depend on the device and are only present if the associated array is not empty. Packets contain variable numbers of events (typically a few thousand to a few hundred thousand) covering a variable amount of time (typically a few dozen microseconds to a few milliseconds).

## Device configuration

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
{name = "International Centre for Neuromorphic Systems"},
{name = "Alexandre Marcireau"},
]
version = "0.1.0"
version = "0.2.0"
requires-python = ">=3.8"
dependencies = ["numpy>=1.24"]

Expand Down

0 comments on commit 9c6c331

Please sign in to comment.