-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
44 lines (39 loc) · 770 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
#pip = "*"
pytest = "*"
pytest-icdiff = "*"
bokeh = "*"
jupyter = "*"
jupyterlab = "*"#"==1.1.3"
pywin32 = "==224"
[packages]
numpy = "*"
scipy = "*"
matplotlib = "*"
opencv-python = "*"
opencv-contrib-python = "*"
coloredlogs = "*"
pandas = "*"
tqdm = "*"
requests = "*"
imutils = "*"
rx = ">=3.0.0b4"
seaborn = "*"
pyarrow = "*"
sklearn = "*"
dtw = "*"
holoviews = "*"
labelimg = "*"
streamlit= "*"
grpcio = "*"
grpcio-tools = "*"
[requires]
python_version = "3.9"
#ipython kernel install --name "Traffic" --user
#jupyter kernelspec list
# If on windows, the python that runs lab should not have pywin32==225 - its breaking the notebook
#pip install --upgrade pywin32==224