-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment.yaml
31 lines (31 loc) · 925 Bytes
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Callytics
channels:
- defaults
- conda-forge
dependencies:
- python=3.11
- pip:
- cython==3.0.11
- nemo_toolkit[asr]>=2.dev
- nltk==3.9.1
- faster-whisper==1.1.0
- demucs==4.0.1
- deepmultilingualpunctuation @ git+https://github.com/oliverguhr/deepmultilingualpunctuation.git@5a0dd7f4fd56687f59405aa8eba1144393d8b74b
- ctc-forced-aligner @ git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git@c7cc7ce609e5f8f1f553fbd1e53124447ffe46d8
- openai==1.57.0
- accelerate>=0.26.0
- torch==2.5.1
- pydub==0.25.1
- omegaconf==2.3.0
- python-dotenv==1.0.1
- transformers==4.47.0
- librosa==0.10.2.post1
- soundfile==0.12.1
- noisereduce==3.0.3
- numpy==1.26.4
- pyannote.audio==3.3.2
- watchdog==6.0.0
- scipy==1.14.1
- IPython==8.30.0
- pyyaml==6.0.2
- MPSENet==1.0.3