forked from TulipaEnergy/TulipaClustering.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
27 lines (25 loc) · 949 Bytes
/
Project.toml
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
name = "TulipaClustering"
uuid = "314fac8b-c762-4aa3-9d12-851379729163"
authors = ["Greg Neustroev <[email protected]> and contributors"]
version = "0.2.2"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
DuckDB_jll = "2cbbab25-fc8b-58cf-88d4-687a02676033"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
CSV = "0.10"
Clustering = "0.15"
DataFrames = "1"
Distances = "0.10"
DuckDB = "0.10, ~1.0" # ~1.0 until they fix https://github.com/duckdb/duckdb/issues/13911
DuckDB_jll = "0.10, ~1.0" # DuckDB 1.0.0 still allows DuckDB_jll 1.1.0
LinearAlgebra = "1.6"
ProgressBars = "1"
SparseArrays = "1.6"
julia = "1.10"