We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9bcb3 commit ece8524Copy full SHA for ece8524
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='eprpy',
5
- version='0.9.0a2',
+ version='0.9.0a3',
6
description="A Python library for working with EPR spectroscopic data.",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
@@ -24,7 +24,8 @@
24
"License :: OSI Approved :: MIT License",
25
],
26
install_requires=[
27
- 'numpy>=1.25.1,<=1.26.4',
+ 'numpy<=1.26.4',
28
+ 'scipy',
29
'matplotlib',
30
'tqdm'
31
0 commit comments