Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikorose committed Jul 28, 2022
1 parent ea03012 commit 27459a9
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 45 deletions.
145 changes: 108 additions & 37 deletions DeepFilterNet/poetry.lock

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

6 changes: 3 additions & 3 deletions DeepFilterNet/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DeepFilterNet"
version = "0.2.5-pre"
version = "0.2.5"
description = "Noise supression using deep filtering"
authors = ["Hendrik Schröter"]
repository = "https://github.com/Rikorose/DeepFilterNet"
Expand All @@ -23,8 +23,8 @@ include = [
]

[tool.poetry.dependencies]
deepfilterlib = { path = "../pyDF/" }
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
deepfilterlib = "0.2.5"
deepfilterdataloader = { version = "0.2.5", optional = true }
python = ">=3.8,<4.0"
numpy = ">=1.22,<2.0"
loguru = ">=0.5"
Expand Down
2 changes: 1 addition & 1 deletion libDF/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_filter"
version = "0.2.5-pre"
version = "0.2.5"
resolver = "2"
authors = ["Hendrik Schröter <h.schroeter@pm.me>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pyDF-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "DeepFilterDataLoader"
version = "0.2.5-pre"
version = "0.2.5"
authors = ["Hendrik Schröter <h.schroeter@pm.me>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pyDF-data/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DeepFilterDataLoader"
version = "0.2.5-pre"
version = "0.2.5"
classifiers = [
"Programming Language :: Rust"
]
Expand Down
2 changes: 1 addition & 1 deletion pyDF/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "DeepFilterLib"
version = "0.2.5-pre"
version = "0.2.5"
authors = ["Hendrik Schröter <h.schroeter@pm.me>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pyDF/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DeepFilterLib"
version = "0.2.5-pre"
version = "0.2.5"
classifiers = [
"Programming Language :: Rust"
]
Expand Down

0 comments on commit 27459a9

Please sign in to comment.