We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c1c0b commit 9487d1bCopy full SHA for 9487d1b
1 file changed
bindings/python/setup.py
@@ -83,8 +83,14 @@
83
84
setup(
85
name="pyforefire",
86
- version="2025.1",
87
- install_requires=["pybind11", "setuptools", "wheel"],
+ version="2025.2",
+ install_requires=[
88
+ "pybind11",
89
+ "setuptools",
90
+ "wheel",
91
+ "numpy",
92
+ "matplotlib",
93
+ ],
94
author="Jean-Baptiste Filippi",
95
author_email="filippi_j@univ-corse.fr",
96
description="Python bindings for ForeFire library",
0 commit comments