We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990c41e commit a0355abCopy full SHA for a0355ab
setup.py
@@ -72,7 +72,8 @@ def get_extensions():
72
install_requires=["torch>=2.0", "numpy", "numba"],
73
classifiers=[
74
"Programming Language :: Python :: 3",
75
- "Operating System :: OS Independent",
+ "Operating System :: MacOS :: MacOS X",
76
+ "Operating System :: POSIX",
77
],
78
license="MIT",
79
ext_modules=get_extensions(),
0 commit comments