Skip to content
Snippets Groups Projects
Commit 4125414f authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Tensorflow 2.11

parent f5186b14
No related branches found
No related tags found
No related merge requests found
# This easyconfig was created by Simon Branford of the BEAR Software team at the University of Birmingham.
easyblock = 'PythonPackage'
name = 'dill'
version = '0.3.6'
homepage = 'https://pypi.org/project/dill/'
description = """dill extends python's pickle module for serializing and de-serializing python objects to the majority
of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse
of which is converting a byte stream back to on python object hierarchy."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373']
builddependencies = [('binutils', '2.38')]
dependencies = [
('Python', '3.10.4'),
]
use_pip = True
download_dep_fail = True
sanity_pip_check = True
moduleclass = 'data'
...@@ -28,7 +28,7 @@ dependencies = [ ...@@ -28,7 +28,7 @@ dependencies = [
('cURL', '7.83.0'), ('cURL', '7.83.0'),
('dill', '0.3.6'), ('dill', '0.3.6'),
('double-conversion', '3.2.0'), ('double-conversion', '3.2.0'),
('flatbuffers', '2.0.0'), ('flatbuffers', '2.0.7'),
('giflib', '5.2.1'), ('giflib', '5.2.1'),
('hwloc', '2.7.1'), ('hwloc', '2.7.1'),
('ICU', '71.1'), ('ICU', '71.1'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment