Skip to content

Commit 9487d1b

Browse files
#103 python bindings
1 parent 29c1c0b commit 9487d1b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

bindings/python/setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,14 @@
8383

8484
setup(
8585
name="pyforefire",
86-
version="2025.1",
87-
install_requires=["pybind11", "setuptools", "wheel"],
86+
version="2025.2",
87+
install_requires=[
88+
"pybind11",
89+
"setuptools",
90+
"wheel",
91+
"numpy",
92+
"matplotlib",
93+
],
8894
author="Jean-Baptiste Filippi",
8995
author_email="filippi_j@univ-corse.fr",
9096
description="Python bindings for ForeFire library",

0 commit comments

Comments
 (0)