Updated limedriver subproject and Python

dependencies

Upgraded the limedriver subproject to bring in latest enhancements and
fixes. Added 'h5py' and 'matplotlib' to the list of Python project
dependencies, ensuring the availability of necessary libraries for data
handling and plotting functionalities within our project.
This commit is contained in:
Kumi 2024-02-09 12:41:57 +01:00
parent 62c8863a4e
commit 67aaf961c6
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 6 additions and 2 deletions

2
extern/limedriver vendored

@ -1 +1 @@
Subproject commit f9d86bd4dea17250d9b0267936fb99d35a4ad1fd
Subproject commit a6b8a3fd672cc1d32f74e2e9b8a188f0d522b990

View file

@ -12,6 +12,10 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3",
]
dependencies = [
"h5py",
"matplotlib",
]
[build-system]
requires = [
@ -23,4 +27,4 @@ requires = [
'matplotlib',
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"