forked from baxtree/subaligner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
100 lines (97 loc) · 2 KB
/
Pipfile
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
mock = "==2.0.0"
coverage = "==4.5.1"
tox = "~=3.23.0"
pycodestyle = "==2.5.0"
twine = ">=3.1.1"
snakeviz = "==2.1.0"
line-profiler = "==3.0.2"
scikit-build = "==0.11.1"
radish-bdd = "~=0.13.3"
pex = "<=2.1.80"
mypy = "==0.790"
parameterized = "==0.8.1"
pylint = "~=2.17.2"
pygments = "~=2.7.4"
sphinx = "==3.3.1"
sphinx-rtd-theme = "==0.5.0"
typing-extensions = "==4.5.0"
[packages]
astor = "==0.7.1"
astroid = "~=2.5.6"
beautifulsoup4 = "<4.9.0"
bleach = "==3.3.0"
cachetools = "==3.1.1"
captionstransformer = "~=1.2.1"
certifi = "==2019.11.28"
chardet = "~=3.0.4"
click = "==5.1"
cloudpickle = "==0.5.3"
cycler = "==0.10.0"
decorator = "==4.3.0"
distributed = "==1.13.0"
filelock = "<4.0.0"
google-pasta = "~=0.2"
graphviz = "==0.8.3"
HeapDict = "==1.0.0"
h5py = "<4.0.0"
html5lib = "==1.0b9"
hyperopt = "==0.2.4"
idna = "==2.8"
isort = "==4.3.4"
joblib = ">=1.2.0"
Keras-Applications = ">=1.0.8"
Keras-Preprocessing = ">=1.0.9"
le-pycaption = "==2.2.0a1"
librosa = "<0.10.0"
locket = "==0.2.0"
Markdown = "==2.6.11"
mccabe = "==0.6.1"
numba = ">=0.50.0"
numpy = "<1.24.0"
oauthlib = "==3.1.0"
openai-whisper = "==20231117"
pbr = "==4.0.2"
pkgconfig = "~=1.5.5"
pluggy = "==0.13.1"
py = "==1.10.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.7"
pybind11 = "~=2.11.1"
pycountry = "~=20.7.3"
pydot = "==1.2.4"
pydot-ng = "==1.0.0"
pydotplus = "==2.0.2"
pylint = "==2.5.0"
pyparsing = "==2.2.0"
pyprof2calltree = "==1.4.3"
pysrt = "==1.1.1"
pysubs2 = "<=1.4.2"
pystack-debugger = "==0.8.0"
python-dateutil = "==2.7.2"
pytz = "==2018.4"
PyYAML = ">=4.2b1"
rsa = "==4.7"
scipy = "<1.11.0"
scikit-learn = ">=0.19.1"
sentencepiece = "~=0.1.95"
six = "~=1.15.0"
tblib = "==1.3.2"
tensorflow = ">=1.15.5,<2.12"
termcolor = "==1.1.0"
toml = "==0.10.0"
toolz = "==0.9.0"
torch = "<1.13.0"
tornado = "==5.1.0"
transformers = "<4.27.0"
urllib3 = "~=1.26.5"
wrapt = "==1.14.0"
Werkzeug = ">=0.15.3"
zict = "==0.1.3"
aeneas = "==1.7.3.0"
[requires]
python_version = "3.8"