Skip to content

Commit a2c3f84

Browse files
authored
Merge pull request #201 from rlizzo/escape-metadata
included hangar.yml file for escape project
2 parents 9bbe52a + a5433e4 commit a2c3f84

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

hangar.yml

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

0 commit comments

Comments
 (0)