-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpaket.dependencies
46 lines (33 loc) · 1.09 KB
/
paket.dependencies
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
# These are the various packges that make up FsLab
# net461 is used for F# Interactive scripting
framework: net461
source https://nuget.org/api/v2
nuget FSharp.Core 4.5.0
# The build.fsx script uses this
nuget FAKE 4.64.13
# Serve localhost images and other linked content from HTML printers in literate programming
# Also used by fsx2html tool
# TODO: upgrade to latest Suave
nuget Suave 2.1.1
# DataFrames
nuget Deedle 1.2.5
# FSharp.Data
nuget FSharp.Data 2.4.6
# MathNet.Numerics
nuget MathNet.Numerics 3.20.2
nuget MathNet.Numerics.FSharp 3.20.2
# XPlot
nuget XPlot.Plotly 1.5.0
nuget XPlot.GoogleCharts 1.5.0
nuget XPlot.GoogleCharts.Deedle 1.5.0
# FSharp.Charting - not referenced by FsLab.fsx by default but you can use it
# nuget FSharp.Charting
# RProvider - not referenced by FsLab.fsx by default but you can use this version
# nuget R.NET.Community
# nuget R.NET.Community.FSharp
# nuget RProvider 1.1.20
# nuget Deedle.RPlugin 1.2.5
#---CUT---
#-------- Anything below here is build support or used by fsx2html tool ------------------
nuget DotNetZip 1.10.1
nuget FSharp.Formatting 2.14.4