Skip to content

Commit

Permalink
version bump + pins
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Mar 3, 2021
1 parent c26e1f3 commit 0561ff2
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 46 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Date is year-month-day format.

## [0.96.4] - 2021-03-4
### Changed
- Changed to use pyenv for Python version management

## [0.96.3] - 2021-01-26
### Changed
- Voice Activity Detection
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ ADD http://www.random.org/strings/?num=10&len=8&digits=on&upperalpha=on&loweralp
WORKDIR /

# Elpis
RUN pwd
RUN git clone --depth=1 https://github.com/CoEDL/elpis.git
WORKDIR /elpis
RUN python -m venv /venv
Expand Down
2 changes: 1 addition & 1 deletion elpis/gui/package-lock.json

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

2 changes: 1 addition & 1 deletion elpis/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elpis-gui",
"version": "0.96.3",
"version": "0.96.4",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
66 changes: 23 additions & 43 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elpis"
version = "0.96.3"
version = "0.96.4"
description = "Elpis is a tool which allows language workers with minimal computational experience to build their own speech recognition models to automatically transcribe audio."
authors = ["CoEDL"]
license = "Apache-2.0"
Expand All @@ -10,6 +10,7 @@ python = "3.8.*"
appdirs = "^1.4.4"
Flask = "^1.1.2"
Jinja2 = "^2.11.2"
regex = "2020.4.4"
langid = "^1.1.6"
nltk = "^3.5"
numpy = "^1.19.5"
Expand Down

0 comments on commit 0561ff2

Please sign in to comment.