-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathhangar.yml
66 lines (60 loc) · 1.19 KB
/
hangar.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Metadata file for Zenoodo source code upload
# This is part of the Escape 2020 project and was originally
# requested by Filippo Quarenghi (Orobix).
#
# Metadata version - do not change
metadata-version: 0.2
# Mandatory entries
title: hangar
authors:
- Rick Izzo
- Luca Antiga
contact:
- name: Rick Izzo
- email: [email protected]
- name: Luca Antiga
- email: [email protected]
license: Apache License 2.0
url: https://github.com/tensorwerk/hangar-py
description: Hangar is version control for tensor data. Commit, branch, merge, revert, and collaborate in the data-defined software era.
#Optional entries
doi: null
keywords: Data versioning
type: source
grant: Tensorwerk Inc.
language: python
hardware:
- machine: [local, server, hpc]
- CPU: null
- RAM: 2GB
- drive:
- type: [SSD, HDD]
- volume: 500MB
- GPU: null
dependencies:
- python>=3.6
- HDF5
- cython>=0.27
- setuptools>=40.0
- wheel>=0.30
- blosc>=1.8
- click
- protobuf
- h5py>=2.9
- hdf5plugin>=2.0
- lmdb>=0.94
- tqdm
- wrapt
- xxhash
- numpy
- grpcio
os:
- 'win-64'
- 'linux'
- 'osx-64'
compiler:
- gcc>=4.7
- manylinux2014
multi-thread: true
container:
- null