Commit graph

33 commits

Author SHA1 Message Date
Yuta Hayashibe f5bf8082a7 Updated libraries 2023-04-01 16:07:50 +09:00
Yuta Hayashibe cbf5152c1d Fix dependencies 2023-03-01 23:47:43 +09:00
Yuta Hayashibe 77ff078342 Updated libraries 2023-03-01 22:32:22 +09:00
dependabot[bot] 64b5457260 Bump black from 22.12.0 to 23.1.0
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 22:19:07 +09:00
Yuta Hayashibe 6590938bd4 Updated libraries 2023-01-31 20:25:50 +09:00
dependabot[bot] 78c573ccf2 Bump pydocstyle from 6.2.2 to 6.3.0
Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/PyCQA/pydocstyle/releases)
- [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst)
- [Commits](https://github.com/PyCQA/pydocstyle/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: pydocstyle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 16:48:23 +09:00
dependabot[bot] b426081091 Bump pytest from 7.2.0 to 7.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.0...7.2.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 16:43:51 +09:00
dependabot[bot] 33439c8f08 Bump future from 0.18.2 to 0.18.3
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/PythonCharmers/python-future/releases)
- [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst)
- [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3)

---
updated-dependencies:
- dependency-name: future
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 20:48:02 +09:00
Yuta Hayashibe eed05b012a Updated libraries 2023-01-07 01:27:36 +09:00
dependabot[bot] 3c5abc0f8e Bump pydantic from 1.10.2 to 1.10.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.4.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.4/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 15:28:31 +09:00
dependabot[bot] 0293b09b1d Bump torchaudio from 0.12.1 to 0.13.1
Bumps [torchaudio](https://github.com/pytorch/audio) from 0.12.1 to 0.13.1.
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](https://github.com/pytorch/audio/compare/v0.12.1...v0.13.1)

---
updated-dependencies:
- dependency-name: torchaudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-20 20:01:27 +09:00
Yuta Hayashibe 403c52bf7b Updated libraries 2022-12-13 19:24:13 +09:00
Yuta Hayashibe d1fc731c1d Updated whisper 2022-12-07 20:14:44 +09:00
Yuta Hayashibe 71ee56c7bd Updated 2022-11-07 19:51:39 +09:00
Yuta Hayashibe edf964f707 Updated 2022-10-31 19:38:12 +09:00
dependabot[bot] 50f9f02398 Bump websockets from 10.3 to 10.4
Bumps [websockets](https://github.com/aaugustin/websockets) from 10.3 to 10.4.
- [Release notes](https://github.com/aaugustin/websockets/releases)
- [Commits](https://github.com/aaugustin/websockets/compare/10.3...10.4)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 19:34:45 +09:00
Yuta Hayashibe f5b93ae3be Updated libraries 2022-10-21 22:09:54 +09:00
Yuta Hayashibe 3d293c868c Updated numpy to 1.23.4 2022-10-15 13:10:15 +09:00
Yuta Hayashibe b12ca01887 Updated libraries and set poetry-core version requirement explicitly 2022-10-12 11:01:27 +09:00
Yuta Hayashibe 8545a85cbf Add test 2022-10-10 00:01:31 +09:00
Yuta Hayashibe 5f93fb5820 Updated whisper 2022-10-09 22:13:32 +09:00
Yuta Hayashibe 77808b1182 v0.5.0 2022-10-09 00:10:05 +09:00
Yuta Hayashibe 686627e1b5 Updated whisper 2022-10-05 12:37:48 +09:00
Yuta Hayashibe cfc8e28009 Need PySoundFile for Windows 2022-10-03 23:42:39 +09:00
Yuta Hayashibe 45eb0bc34d Merge remote-tracking branch 'origin/master' into vad 2022-10-02 19:40:56 +09:00
Yuta Hayashibe a62cb52f5f Add 2022-10-01 23:22:16 +09:00
Yuta Hayashibe f46e71f51d Fix (openai/whisper@7cb4cc2) 2022-10-01 23:20:46 +09:00
Yuta Hayashibe 6e0d62d9e2 Add progress bar and --no-progress option 2022-09-29 22:05:15 +09:00
Yuta Hayashibe 73bd558522 Updated libraries 2022-09-29 20:28:38 +09:00
Yuta Hayashibe 11a895606a Updated libraries 2022-09-25 18:17:55 +09:00
Yuta Hayashibe 82c3910d17 Add websocket server 2022-09-24 20:45:20 +09:00
Yuta Hayashibe e5bd7d69da Updated whisper 2022-09-24 10:55:01 +09:00
Yuta Hayashibe 248d379078 Initial commit 2022-09-23 19:20:29 +09:00