1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-09-12 06:03:22 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
f5fd5d2cfc Bump streamlit from 0.58.0 to 1.54.0 (#6)
Bumps [streamlit](https://github.com/streamlit/streamlit) from 0.58.0 to 1.54.0.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/0.58.0...1.54.0)

---
updated-dependencies:
- dependency-name: streamlit
  dependency-version: 1.54.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-12 00:51:27 +05:30
dependabot[bot]
3d459b9452 Bump pymongo from 3.10.1 to 4.6.3 (#5)
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.1 to 4.6.3.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.10.1...4.6.3)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-version: 4.6.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-12 00:51:14 +05:30
dependabot[bot]
8c36f439cd Bump torch from 2.8.0 to 2.12.0 (#4)
Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 18:29:24 +05:30

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
requirements = [
"ruamel.yaml",
"torch==2.8.0",
"torch==2.12.0",
"torchvision==0.5.0",
"nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git@09e3ba4dfe333f86d6c5c1048e07210924294be9#egg=nemo_toolkit",
]
@@ -17,7 +17,7 @@ extra_requirements = {
"pandas~=1.0.3",
"boto3~=1.12.35",
"ruamel.yaml==0.16.10",
"pymongo==3.10.1",
"pymongo==4.6.3",
"librosa==0.7.2",
"numba==0.48",
"matplotlib==3.2.1",
@@ -32,13 +32,13 @@ extra_requirements = {
],
"validation": [
"rpyc~=4.1.4",
"pymongo==3.10.1",
"pymongo==4.6.3",
"typer[all]==0.1.1",
"tqdm~=4.39.0",
"librosa==0.7.2",
"matplotlib==3.2.1",
"pydub~=0.24.0",
"streamlit==0.58.0",
"streamlit==1.54.0",
"natural==0.2.0",
"stringcase==1.2.0",
"google-cloud-speech~=1.3.1",