Skip to content

Commit

Permalink
add jaxtyping v0.2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Dec 19, 2024
1 parent 8e21bd7 commit 66cfa97
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ dependencies = [
('dm-haiku', '0.0.13', versionsuffix),
('RDKit', '2024.03.5'),
('jax-triton', '0.2.0', versionsuffix),
('jaxtyping', '0.2.36', versionsuffix),
# TODO
]

exts_list = [
('zstandard', '0.23.0'),
('chex', '0.1.87', {
'checksums': ['0096d89cc8d898bb521ef4bfbf5c24549022b0e5b301f529ab57238896fe6c5d'],
}),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Thomas Hoffmann, EMBL Heidelberg, [email protected], 2024/12

easyblock = 'PythonBundle'

name = 'jaxtyping'
version = '0.2.36'
versionsuffix = '-CUDA-%(cudaver)s'

homepage = 'https://github.com/patrick-kidger/jaxtyping'
description = """ Type annotations and runtime type-checking for:
1. shape and dtype of JAX arrays;
(Now also supports PyTorch, NumPy, and TensorFlow!)
2. PyTrees. """
toolchain = {'name': 'foss', 'version': '2024a'}

builddependencies = [
('poetry', '1.8.3')
]
dependencies = [
('Python', '3.12.3'),
('CUDA', '12.6.0', '', SYSTEM),
('jax', '0.4.35', versionsuffix),
]

use_pip = True

exts_list = [
(name, version, {
'checksums': ['781ac44a3cf8982063d7ee48b5008ccfad7b13793bf878eb3058d5319aa08f0f'],
}),
]

sanity_pip_check = True

sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}

moduleclass = 'ai'

0 comments on commit 66cfa97

Please sign in to comment.