Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 6, 2023
1 parent 0603ab3 commit 5acbdd2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ exts_list = [
('wrapt', '1.14.1', {
'checksums': ['380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d'],
}),
('tensorflow_estimator', '2.8.0', {
'source_tmpl': '%(name)s-%(version)s-py2.py3-none-any.whl',
('tensorflow-estimator', '2.8.0', {
'source_tmpl': 'tensorflow_estimator-%(version)s-py2.py3-none-any.whl',
'checksums': ['bee8e0520c60ae7eaf6ca8cb46c5a9f4b45725531380db8fbe38fcb48478b6bb'],
}),
('termcolor', '1.1.0', {
Expand All @@ -65,11 +65,11 @@ exts_list = [
'checksums': ['1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6'],
}),
('tensorboard_plugin_wit', '1.8.1', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['ff26bdd583d155aa951ee3b152b3d0cffae8005dc697f72b44a8e8c2a77a8cbe'],
}),
('tensorboard_data_server', '0.6.1', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
('tensorboard-data-server', '0.6.1', {
'source_tmpl': 'tensorboard_data_server-%(version)s-py3-none-any.whl',
'checksums': ['809fe9887682d35c1f7d1f54f0f40f98bb1f771b14265b453ca051e2ce58fca7'],
}),
('Markdown', '3.3.7', {
Expand Down Expand Up @@ -103,17 +103,19 @@ exts_list = [
'checksums': ['a90a072f6993f2c327067bf65270046384cda5a8ecb20b94ea9a687f1f233a7a'],
}),
('tensorboard', '2.8.0', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['65a338e4424e9079f2604923bdbe301792adce2ace1be68da6b3ddf005170def'],
}),
('opt_einsum', '3.3.0', {
('opt-einsum', '3.3.0', {
'source_tmpl': 'opt_einsum-%(version)s.tar.gz',
'checksums': ['59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549'],
}),
('Keras_Preprocessing', '1.1.2', {
('Keras-Preprocessing', '1.1.2', {
'source_tmpl': 'Keras_Preprocessing-%(version)s.tar.gz',
'checksums': ['add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3'],
}),
('keras', '2.8.0', {
'source_tmpl': '%(name)s-%(version)s-py2.py3-none-any.whl',
'source_tmpl': SOURCE_WHL,
'checksums': ['744d39dc6577dcd80ff4a4d41549e92b77d6a17e0edd58a431d30656e29bc94e'],
}),
('google-pasta', '0.2.0', {
Expand Down Expand Up @@ -142,7 +144,8 @@ exts_list = [
'source_tmpl': 'gviz_api-%(version)s.tar.gz',
'checksums': ['846692dd8cc73224fc31b18e41589bd934e1cc05090c6576af4b4b26c2e71b90'],
}),
('tensorboard_plugin_profile', '2.8.0', {
('tensorboard-plugin-profile', '2.8.0', {
'source_tmpl': 'tensorboard_plugin_profile-%(version)s.tar.gz',
'checksums': ['58d65c979951e7628ca3b46c798e10e5813026a3ecfbacc319cf88ebe766134a'],
}),
(name, version, {
Expand Down
23 changes: 13 additions & 10 deletions easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.8.4-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ exts_list = [
('wrapt', '1.14.1', {
'checksums': ['380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d'],
}),
('tensorflow_estimator', '2.8.0', {
'source_tmpl': '%(name)s-%(version)s-py2.py3-none-any.whl',
('tensorflow-estimator', '2.8.0', {
'source_tmpl': 'tensorflow_estimator-%(version)s-py2.py3-none-any.whl',
'checksums': ['bee8e0520c60ae7eaf6ca8cb46c5a9f4b45725531380db8fbe38fcb48478b6bb'],
}),
('termcolor', '1.1.0', {
Expand All @@ -61,11 +61,11 @@ exts_list = [
'checksums': ['1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6'],
}),
('tensorboard_plugin_wit', '1.8.1', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['ff26bdd583d155aa951ee3b152b3d0cffae8005dc697f72b44a8e8c2a77a8cbe'],
}),
('tensorboard_data_server', '0.6.1', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
('tensorboard-data-server', '0.6.1', {
'source_tmpl': 'tensorboard_data_server-%(version)s-py3-none-any.whl',
'checksums': ['809fe9887682d35c1f7d1f54f0f40f98bb1f771b14265b453ca051e2ce58fca7'],
}),
('Markdown', '3.3.7', {
Expand Down Expand Up @@ -99,17 +99,19 @@ exts_list = [
'checksums': ['a90a072f6993f2c327067bf65270046384cda5a8ecb20b94ea9a687f1f233a7a'],
}),
('tensorboard', '2.8.0', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['65a338e4424e9079f2604923bdbe301792adce2ace1be68da6b3ddf005170def'],
}),
('opt_einsum', '3.3.0', {
('opt-einsum', '3.3.0', {
'source_tmpl': 'opt_einsum-%(version)s.tar.gz',
'checksums': ['59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549'],
}),
('Keras_Preprocessing', '1.1.2', {
('Keras-Preprocessing', '1.1.2', {
'source_tmpl': 'Keras_Preprocessing-%(version)s.tar.gz',
'checksums': ['add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3'],
}),
('keras', '2.8.0', {
'source_tmpl': '%(name)s-%(version)s-py2.py3-none-any.whl',
'source_tmpl': SOURCE_WHL,
'checksums': ['744d39dc6577dcd80ff4a4d41549e92b77d6a17e0edd58a431d30656e29bc94e'],
}),
('google-pasta', '0.2.0', {
Expand Down Expand Up @@ -138,7 +140,8 @@ exts_list = [
'source_tmpl': 'gviz_api-%(version)s.tar.gz',
'checksums': ['846692dd8cc73224fc31b18e41589bd934e1cc05090c6576af4b4b26c2e71b90'],
}),
('tensorboard_plugin_profile', '2.8.0', {
('tensorboard-plugin-profile', '2.8.0', {
'source_tmpl': 'tensorboard_plugin_profile-%(version)s.tar.gz',
'checksums': ['58d65c979951e7628ca3b46c798e10e5813026a3ecfbacc319cf88ebe766134a'],
}),
(name, version, {
Expand Down

0 comments on commit 5acbdd2

Please sign in to comment.