We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060996a commit 9d9efe8Copy full SHA for 9d9efe8
setup.py
@@ -17,14 +17,13 @@
17
"Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
- "Intended Audience :: Developers",
21
"Intended Audience :: Science/Research",
22
"Topic :: Scientific/Engineering :: Physics",
23
"Topic :: Scientific/Engineering :: Chemistry",
24
"License :: OSI Approved :: MIT License",
25
],
26
install_requires=[
27
- 'numpy<=1.26.4',
+ 'numpy',
28
'scipy',
29
'matplotlib',
30
'tqdm'
0 commit comments