Skip to content

Commit 12c9e4b

Browse files
committed
numpy fix
1 parent 0bb58b4 commit 12c9e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ def fftw_info(self):
368368
url="https://github.com/deepanshs/mrsimulator/",
369369
packages=find_packages("src"),
370370
package_dir={"": "src"},
371-
setup_requires=["numpy>=2.0"],
371+
setup_requires=["numpy>=1.20"],
372372
install_requires=[
373-
"numpy>=2.0",
373+
"numpy>=1.20",
374374
"csdmpy>=0.6",
375375
"pydantic>=2.8",
376376
"monty>=2.0.4",

0 commit comments

Comments
 (0)