Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Mar 11, 2019
1 parent ea2e788 commit e4a0b5b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 35 deletions.
43 changes: 19 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions finalfrontier-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ memmap = "0.7"
num_cpus = "1"
rand = "0.6"
rand_xorshift = "0.1"
rayon = "1"
stdinout = "0.4"
toml = "0.4"
3 changes: 0 additions & 3 deletions finalfrontier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ repository = "https://github.com/danieldk/finalfrontier.git"
license = "Apache-2.0"

[dependencies]
byteorder = "1"
cfg-if = "0.1"
conllx = "0.11"
failure = "0.1"
fnv = "1"
hogwild = { path = "../hogwild", version = "0.4.0" }
memmap = "0.7"
ndarray = "0.12"
ndarray-rand = "0.9"
ordered-float = "1"
rand = "0.6"
rand_core = "0.4"
rust2vec = "0.5"
Expand Down
6 changes: 0 additions & 6 deletions finalfrontier/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate byteorder;

#[macro_use]
extern crate cfg_if;

Expand All @@ -19,14 +17,10 @@ extern crate lazy_static;
#[cfg(test)]
extern crate maplit;

extern crate memmap;

extern crate ndarray;

extern crate ndarray_rand;

extern crate ordered_float;

extern crate rand;

extern crate rand_core;
Expand Down

0 comments on commit e4a0b5b

Please sign in to comment.