Skip to content

Commit ece8524

Browse files
committed
Added scipy dependency
1 parent 5d9bcb3 commit ece8524

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='eprpy',
5-
version='0.9.0a2',
5+
version='0.9.0a3',
66
description="A Python library for working with EPR spectroscopic data.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",
@@ -24,7 +24,8 @@
2424
"License :: OSI Approved :: MIT License",
2525
],
2626
install_requires=[
27-
'numpy>=1.25.1,<=1.26.4',
27+
'numpy<=1.26.4',
28+
'scipy',
2829
'matplotlib',
2930
'tqdm'
3031
],

0 commit comments

Comments
 (0)