Skip to content

Commit

Permalink
bunch of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guipenedo committed Nov 26, 2024
1 parent 03c1a34 commit 78be9e0
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 153 deletions.
10 changes: 5 additions & 5 deletions src/datatrove/pipeline/dedup/fast_mh3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
indicatif = "0.17.7"
tokio-retry = "0.3"
# AWS SDK
aws-config = { version = "1.1.1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.1.1"
Expand All @@ -19,9 +17,11 @@ anyhow = "1.0.75"
# Byte reading/writing
byteorder = "1.5.0"

# Progress bars
indicatif = "0.17.7"

# Async runtime and utilities
tokio = { version = "1.33.0", features = ["full"] }
futures = "0.3"

# Sorting
itertools = "0.11.0"
# Retries
tokio-retry = "0.3"
Loading

0 comments on commit 78be9e0

Please sign in to comment.