Skip to content
Snippets Groups Projects
Commit 973974a1 authored by Kakay, Dr. Attila (FWIN) - 9524's avatar Kakay, Dr. Attila (FWIN) - 9524 :smiling_imp:
Browse files

Extended required packages in the setup.py.

parent b25db9ce
No related branches found
No related tags found
1 merge request!88Release of 2.0.0
......@@ -8,7 +8,11 @@ from pathlib import Path
from setuptools import Extension, dist, find_packages, setup
dist.Distribution().fetch_build_eggs(["cython>=3.0.11", "numpy>=2.1.3"])
dist.Distribution().fetch_build_eggs(["cython>=3.0.11",
"numpy>=2.1.3",
"setuptools",
"wheel",
])
import numpy as np
from Cython.Build import cythonize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment