File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ def has_ext_modules(self):
6868 url = 'https://github.com/jax-ml/jax' ,
6969 license = 'Apache-2.0' ,
7070 classifiers = [
71- ' Programming Language :: Python :: 3.10' ,
72- ' Programming Language :: Python :: 3.11' ,
73- ' Programming Language :: Python :: 3.12' ,
74- ' Programming Language :: Python :: 3.13' ,
71+ " Programming Language :: Python :: 3.10" ,
72+ " Programming Language :: Python :: 3.11" ,
73+ " Programming Language :: Python :: 3.12" ,
74+ " Programming Language :: Python :: 3.13" ,
7575 ],
7676 package_data = {
7777 'jaxlib' : [
@@ -105,7 +105,7 @@ def has_ext_modules(self):
105105 'triton/*.so' ,
106106 'include/xla/ffi/api/*.h' ,
107107 ],
108- 'jaxlib.xla_extension' : ['*.pyi' , 'profiler/*.pyi' ],
108+ 'jaxlib.xla_extension' : ['*.pyi' ],
109109 },
110110 zip_safe = False ,
111111 distclass = BinaryDistribution ,
You can’t perform that action at this time.
0 commit comments