forked from Vindaar/TimepixAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathingrid.nimble
More file actions
53 lines (49 loc) · 1.71 KB
/
ingrid.nimble
File metadata and controls
53 lines (49 loc) · 1.71 KB
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
# Package
version = "0.4.0"
author = "Sebastian Schmidt"
description = "A selection of functions, which help during analysis etc. of InGrid related data files (created by TOS and other)"
license = "MIT"
skipDirs = @["out", "data"]
skipExt = @["h5"]
# Dependencies
requires "nim >= 1.4.0"
# internal module
requires "helpers >= 0.2.0"
# major dependencies
requires "arraymancer >= 0.7.23"
requires "ingridDatabase"
# UI/UX deps and optional deps
requires "cligen"
requires "docopt#head" # mostly not in use anymore! Replaced byyy `cligen` pretty much everywhere
requires "adix"
requires "parsetoml"
requires "karax"
# additional deps (these are on their way out)
requires "plotly >= 0.2.0"
requires "zero_functional#head"
requires "nimpy >= 0.2.0"
requires "https://github.com/yglukhov/threadpools#head"
requires "weave#head"
# requires "https://github.com/SciNim/flambeau#head"
requires "cppstl"
requires "numericalnim"
requires "alea"
# These dependencies below here are some of the most important.
# They are pinned to specific versions for this git tag to have the exact used versions
# of the most relevant libraries in place for the (printed) thesis results
requires "ggplotnim = 0.7.0"
requires "ginger = 0.6.1"
requires "nimhdf5 = 0.5.12"
requires "unchained = 0.4.0"
requires "datamancer = 0.4.0"
requires "https://github.com/SciNim/xrayAttenuation = 0.3.1"
requires "measuremancer = 0.2.6"
# optimization dependencies
requires "mpfit = 0.2.0"
requires "nlopt = 0.3.2"
# additional packages
requires "https://github.com/vindaar/seqmath = 0.2.0"
requires "latexdsl = 0.2.0"
requires "shell = 0.5.2"
requires "https://github.com/Vindaar/orgtables"
requires "https://github.com/Vindaar/flatBuffers = 0.1.0"