diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e2cc1e3edf158b35344021823ab76b03cd90231..a586d3d7881039130829b872a304b2a1a69758dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,4 +2,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-autopep8 rev: '' # Use the sha / tag you want to point at hooks: - - id: autopep8 \ No newline at end of file + - id: autopep8 + types: [file] + files: \.(eb)$ \ No newline at end of file diff --git a/Golden_Repo/j/JAX/JAX-0.2.11-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb b/Golden_Repo/j/JAX/JAX-0.2.11-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb index 935212ea5c636e12cb2c221d935084f52191a942..ba0836374c39c842ded224624d4d82c7671b02bd 100644 --- a/Golden_Repo/j/JAX/JAX-0.2.11-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb +++ b/Golden_Repo/j/JAX/JAX-0.2.11-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb @@ -45,9 +45,9 @@ exts_list = [ 'unpack_sources': False, 'checksums': ['9e9ef47fa92625c4721036e7c4124182668dc6021d9e7c73704edd395648deb9'], }), - ('absl-py', '0.12.0', { + ('absl-py', '0.10.0', { 'modulename': 'absl', - 'checksums': ['b44f68984a5ceb2607d135a615999b93924c771238a63920d17d3387b0d229d5'], + 'checksums': ['b20f504a7871a580be5268a18fbad48af4203df5d33dbc9272426cb806245a45'], }), ('jaxlib', '0.1.64', { 'source_tmpl': 'jaxlib-0.1.64+cuda110-cp38-none-manylinux2010_x86_64.whl', @@ -62,7 +62,7 @@ exts_list = [ }), ] -# This should be modextravars, but life is unfair +# This should be modextravars, but life is unfair # Jaxlib searches in hardcoded paths for CUDA, or in those variables modluafooter = """ local cuda_root = os.getenv("EBROOTCUDA") or ""