forked from AlexTsai1618/VICEROY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
94 lines (91 loc) · 1.9 KB
/
Pipfile
File metadata and controls
94 lines (91 loc) · 1.9 KB
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ascii-magic = "==1.6"
asttokens = "==2.2.1"
attrs = "==22.2.0"
autodp = "==0.2"
backcall = "==0.2.0"
bcrypt = "==3.2.0"
cachetools = "==4.2.4"
certifi = "==2022.12.7"
cffi = "==1.15.1"
charset-normalizer = "==2.0.12"
colorama = "==0.4.6"
comm = "==0.1.2"
debugpy = "==1.6.5"
decorator = "==5.1.1"
dnspython = "==2.2.1"
email-validator = "==1.3.0"
entrypoints = "==0.4"
exceptiongroup = "==1.1.0"
executing = "==1.2.0"
forbiddenfruit = "==0.1.4"
gevent = "==21.8.0"
greenlet = "==1.1.3.post0"
idna = "==3.4"
importlib-metadata = "==4.8.2"
iniconfig = "==2.0.0"
ipykernel = "==6.19.4"
ipython = "==8.8.0"
jedi = "==0.18.2"
jupyter-client = "==7.4.8"
jupyter-core = "==5.1.2"
loguru = "==0.5.3"
matplotlib-inline = "==0.1.6"
mercurial = "==5.6.1"
mpmath = "==1.2.1"
names = "==0.3.0"
nest-asyncio = "==1.5.6"
numpy = "==1.21.4"
packaging = "==21.2"
pandas = "==1.3.4"
parso = "==0.8.3"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
pillow = "==9.4.0"
platformdirs = "==2.6.2"
pluggy = "==1.0.0"
prompt-toolkit = "==3.0.36"
protobuf = "==3.19.1"
psutil = "==5.9.4"
ptyprocess = "==0.7.0"
pure-eval = "==0.2.2"
pyarrow = "==6.0.0"
pycparser = "==2.21"
pydantic = "==1.8.2"
pygments = "==2.14.0"
pyjwt = "==2.3.0"
pymbolic = "==2021.1"
pynacl = "==1.4.0"
pyparsing = "==2.4.7"
pytest = "==7.2.0"
python-dateutil = "==2.8.2"
pytools = "==2022.1.14"
pytz = "==2022.7"
pyzmq = "==24.0.1"
requests = "==2.26.0"
requests-toolbelt = "==0.9.1"
scipy = "==1.10.0"
six = "==1.16.0"
sqlalchemy = "==1.4.27"
stack-data = "==0.6.2"
syft = "==0.6.0"
sympy = "==1.9"
tomli = "==2.0.1"
torch = "==1.10.0"
tornado = "==6.2"
tqdm = "==4.62.3"
traitlets = "==5.8.0"
typing-extensions = "==4.0.0"
urllib3 = "==1.26.13"
wcwidth = "==0.2.5"
werkzeug = "==2.0.2"
zipp = "==3.11.0"
"zope.event" = "==4.6"
"zope.interface" = "==5.5.2"
[dev-packages]
[requires]
python_version = "3.8"