@@ -23,26 +23,26 @@ cxx = { optional = true, version = "1.0.65" }
2323either = { features = [" serde" ], optional = true , version = " 1.8.0" }
2424enum_dispatch = " 0.3.7"
2525flate2 = { optional = true , version = " 1.0.22" }
26- float-cmp = " 0.9.0"
26+ float-cmp = { default-features = false , version = " 0.9.0" }
2727git-version = " 0.3.5"
2828itertools = " 0.10.1"
2929lhapdf = { package = " managed-lhapdf" , version = " 0.3.4" }
3030lz4_flex = { optional = true , version = " 0.9.2" }
3131ndarray = " 0.15.4"
32- ndarray-npy = { optional = true , version = " 0.8.1" }
32+ ndarray-npy = { default-features = false , features = [ " npz " ], optional = true , version = " 0.8.1" }
3333pineappl = { path = " ../pineappl" , version = " =1.2.0" }
3434pineappl_applgrid = { optional = true , path = " ../pineappl_applgrid" , version = " =1.2.0" }
3535pineappl_fastnlo = { optional = true , path = " ../pineappl_fastnlo" , version = " =1.2.0" }
3636prettytable-rs = { default-features = false , features = [" win_crlf" ], version = " 0.10.0" }
3737rayon = " 1.5.1"
3838serde = { features = [" derive" ], optional = true , version = " 1.0.130" }
3939serde_yaml = { optional = true , version = " 0.9.13" }
40- tar = { optional = true , version = " 0.4.38" }
40+ tar = { default-features = false , optional = true , version = " 0.4.38" }
4141
4242[dev-dependencies ]
4343assert_cmd = " 2.0.2"
4444assert_fs = " 1.0.6"
45- predicates = " 3.1.0"
45+ predicates = { default-features = false , version = " 3.1.0" }
4646
4747[[bin ]]
4848name = " pineappl"
0 commit comments