Skip to content

Commit

Permalink
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -179,6 +179,16 @@ exts_list = [
),
'testinstall': True,
}),
('tensordict', '0.3.0', {
'source_urls': ['https://github.com/pytorch/%(name)s/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['f0d95e8f055c3f82838fdbeb03c6a907f8786c1046791db7e39cdcd9cb8f1889'],
}),
('torchrl', '0.3.1', {
'source_urls': ['https://github.com/pytorch/rl/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['882ed50cfd868c6b730834f2d7136a3039767061f075ba3cf194acf07e0be742'],
}),
]

sanity_pip_check = True
Original file line number Diff line number Diff line change
@@ -176,6 +176,16 @@ exts_list = [
),
'testinstall': True,
}),
('tensordict', '0.3.0', {
'source_urls': ['https://github.com/pytorch/%(name)s/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['f0d95e8f055c3f82838fdbeb03c6a907f8786c1046791db7e39cdcd9cb8f1889'],
}),
('torchrl', '0.3.1', {
'source_urls': ['https://github.com/pytorch/rl/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['882ed50cfd868c6b730834f2d7136a3039767061f075ba3cf194acf07e0be742'],
}),
]

sanity_pip_check = True

0 comments on commit 486b723

Please sign in to comment.