This is a work in progress.
N.B., the install payload is extremely large (20+Gb)
name = 'zlib' | |
version = '1.2.11' | |
description = \ | |
''' | |
zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library. | |
''' | |
authors = ['www.zlib.net'] |
name = "python" | |
version = "3.8.6" | |
authors = [ | |
"Guido van Rossum" | |
] | |
description = \ | |
""" |
# -*- coding: utf-8 -*- | |
name = 'protobuf_cpp' | |
version = '3.5.1' | |
description = 'protocol buffers' | |
authors = ['google'] |
# -*- coding: utf-8 -*- | |
name = 'nuke_ml_client' | |
version = '0.0.8.dev20081200' | |
description = '' | |
authors = ['Foundry'] |
name = 'mmdetection' | |
version = '2.3.0.z0' | |
description = \ | |
''' | |
MMDetection is an open source object detection toolbox based on PyTorch. | |
It is a part of the OpenMMLab project developed by Multimedia Laboratory, CUHK. | |
''' |
name = "ganspace" | |
version = "0.1.2" | |
description = """ | |
GANSpace: Discovering Interpretable GAN Controls | |
Erik Härkönen, Aaron Hertzmann, Jaakko Lehtinen, Sylvain Paris | |
Aalto University, Adobe Research, NVIDIA | |
https://arxiv.org/abs/2004.02546 |
import PyOpenColorIO as ocio | |
import numpy as np | |
import colour as colour | |
from six import string_types | |
__version__ = "2020.11.08.0" | |
OUTPUT = "/tmp/test_config.ocio2" |
name = "python" | |
version = "3.7.4" | |
authors = ["Guido van Rossum"] | |
description = \ | |
""" | |
The Python programming language. | |
""" |
name = 'magma' | |
version = '2.5.3.z11' | |
description = \ | |
''' | |
The goal of the MAGMA project is to create a new generation of linear algebra | |
libraries that achieves the fastest possible time to an accurate solution on | |
heterogeneous architectures, starting with current multicore + multi-GPU | |
systems. To address the complex challenges stemming from these systems' |
This is a work in progress.
N.B., the install payload is extremely large (20+Gb)