Skip to content

Commit

Permalink
Merge branch 'latest' of https://github.com/sourmash-bio/sourmash int…
Browse files Browse the repository at this point in the history
…o update_doc_structure
  • Loading branch information
ctb committed Oct 13, 2023
2 parents 3967b15 + 24bf474 commit 362a48f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: '3.9'

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].2
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel_all_archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].2
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down
37 changes: 21 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"maturin>=1,<2",
"maturin>=1,<1.3.0",
"cffi",
]
build-backend = 'maturin'
Expand Down
8 changes: 4 additions & 4 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ maturin = []

[dependencies]
az = "1.0.0"
bytecount = "0.6.0"
byteorder = "1.4.3"
bytecount = "0.6.4"
byteorder = "1.5.0"
cfg-if = "1.0"
counter = "0.5.7"
finch = { version = "0.6.0", optional = true }
Expand All @@ -49,14 +49,14 @@ typed-builder = "0.14.0"
twox-hash = "1.6.0"
vec-collections = "0.3.4"
piz = "0.5.0"
memmap2 = "0.8.0"
memmap2 = "0.9.0"
ouroboros = "0.18.0"

[dev-dependencies]
assert_matches = "1.3.0"
criterion = "0.5.1"
needletail = { version = "0.5.1", default-features = false }
proptest = { version = "1.2.0", default-features = false, features = ["std"]}
proptest = { version = "1.3.1", default-features = false, features = ["std"]}
rand = "0.8.2"
tempfile = "3.7.1"

Expand Down

0 comments on commit 362a48f

Please sign in to comment.