Skip to content

Commit

Permalink
Merge pull request #13111 from Flamefire/20210611111318_new_pr_Tensor…
Browse files Browse the repository at this point in the history
…Flow220

Add astor to TensorFlow 2019b dependencies
  • Loading branch information
boegel authored Jul 3, 2021
2 parents 0d97725 + 17d614a commit 4f525a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ exts_list = [
'unpack_sources': False,
'checksums': ['d09dacdd127f2579cea8d5af21f4a918036b8ae246adc82f26b61f91cc247dc2'],
}),
('astor', '0.8.1', {
'checksums': ['6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e'],
}),
('gast', '0.3.3', {
'checksums': ['b881ef288a49aa81440d2c5eb8aeefd4c2bb8993d5f50edae7413a85bfdb3b57'],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ exts_list = [
'unpack_sources': False,
'checksums': ['d09dacdd127f2579cea8d5af21f4a918036b8ae246adc82f26b61f91cc247dc2'],
}),
('astor', '0.8.1', {
'checksums': ['6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e'],
}),
('gast', '0.3.3', {
'checksums': ['b881ef288a49aa81440d2c5eb8aeefd4c2bb8993d5f50edae7413a85bfdb3b57'],
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
('scipy', '1.4.1', versionsuffix),
]

sanity_pip_check = True
use_pip = True

exts_list = [
Expand Down Expand Up @@ -117,6 +118,9 @@ exts_list = [
'unpack_sources': False,
'checksums': ['d09dacdd127f2579cea8d5af21f4a918036b8ae246adc82f26b61f91cc247dc2'],
}),
('astor', '0.8.1', {
'checksums': ['6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e'],
}),
('gast', '0.3.3', {
'checksums': ['b881ef288a49aa81440d2c5eb8aeefd4c2bb8993d5f50edae7413a85bfdb3b57'],
}),
Expand Down Expand Up @@ -152,6 +156,4 @@ exts_list = [
}),
]

sanity_pip_check = True

moduleclass = 'lib'

0 comments on commit 4f525a2

Please sign in to comment.