Skip to content

Commit

Permalink
dane now set to 0.3.9; added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Oct 30, 2023
1 parent 449862a commit 67abdf3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 23 deletions.
4 changes: 2 additions & 2 deletions main_data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
logger = logging.getLogger(__name__)


# TODO call this from the worker and start the actual processing of the input
# generates all the required output for the 2nd DANE worker
def generate_input_for_feature_extraction(
input_file_path: str,
) -> VisXPFeatureExtractionInput:
Expand Down Expand Up @@ -93,7 +93,7 @@ def generate_input_for_feature_extraction(
200, "Succesfully generated input for VisXP feature extraction", provenance
)


# assesses the output and makes sure input & output is handled properly
def apply_desired_io_on_output(
input_file: str,
proc_result: VisXPFeatureExtractionInput,
Expand Down
30 changes: 13 additions & 17 deletions poetry.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
Expand Up @@ -14,7 +14,7 @@ opencv-python = "^4.8.0.76"
python_speech_features = { git = "https://github.com/jameslyons/python_speech_features.git"}
numpy = "^1.24.3"
ffmpeg-python = "^0.2.0"
dane = {git = "https://git@github.com/CLARIAH/DANE.git", rev = "s3_util_extend"}
dane = "^0.3.9"


[tool.poetry.group.dev.dependencies]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
requests >= 2.31.0
pika >= 1.3.2
yacs >= 0.1.8
# dane >= 0.3.8
dane @ git+https://github.com/CLARIAH/DANE.git@s3_util_extend
dane >= 0.3.9
opencv-python >= 4.8.0.76
numpy >= 1.24.3
ffmpeg-python >= 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/pre-commit-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ else
echo "already uninstalled"
fi

poetry add git+https://git@github.com/CLARIAH/DANE.git#s3_util_extend
poetry add git+https://git@github.com/CLARIAH/DANE.git#main

0 comments on commit 67abdf3

Please sign in to comment.