-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
48 lines (48 loc) · 1022 Bytes
/
environment.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: ann-embed
variables:
PYTHONPATH: .
dependencies:
- pip:
- scenedetect
- conda-forge::cached_path
- conda-forge::cudatoolkit
- conda-forge::filterpy
- conda-forge::google-api-python-client
- conda-forge::google-auth-oauthlib
- h5py
- ipython
- keras=2.6 # Not sure why it's needed, but it gives an import error otherwise.
- conda-forge::matplotlib
- conda-forge::moviepy
- nltk
- numpy
- opencv
- conda-forge::overrides
- pandas
- pip
- pillow
- conda-forge::py-rouge=1.1
- python=3.9
- pytorch::pytorch=*=*cuda*
- conda-forge::pytorch-lightning=1.6
- conda-forge::pytube
- requests
- conda-forge::rich # For fancy output.
- selenium
- conda-forge::sentence-transformers
- scikit-image
- scikit-learn
- scikit-learn-intelex
- scipy
- tabulate
- tensorboard
- conda-forge::torchmetrics=0.8
- pytorch::torchvision
- tqdm
- conda-forge::transformers=4.15
- conda-forge::wandb
- flask
- flask_cors
- openai
- gunicorn
- sqlite