Skip to content

Commit 9005de1

Browse files
committed
Merge branch 'master' of github.com:gkarwchan/Python-Statistics
2 parents 9a319a9 + 79e34c1 commit 9005de1

3 files changed

Lines changed: 1395 additions & 1440 deletions

File tree

Pipfile

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[[source]]
2+
url = "http://nexus.na.xom.com:8081/repository/pypiproxy/simple"
3+
verify_ssl = false
4+
name = "pypi_mirror"
5+
6+
[dev-packages]
7+
8+
[packages]
9+
attrs = "==19.3.0"
10+
backcall = "==0.1.0"
11+
bleach = "==3.1.0"
12+
cycler = "==0.10.0"
13+
decorator = "==4.4.1"
14+
defusedxml = "==0.6.0"
15+
entrypoints = "==0.3"
16+
importlib-metadata = "==0.23"
17+
ipykernel = "==5.1.3"
18+
ipython = "==7.9.0"
19+
jedi = "==0.15.1"
20+
joblib = "==0.14.0"
21+
json5 = "==0.8.5"
22+
jsonschema = "==3.1.1"
23+
jupyter-client = "==5.3.4"
24+
jupyter-core = "==4.6.1"
25+
jupyterlab = "==1.2.2"
26+
jupyterlab-server = "==1.0.6"
27+
kiwisolver = "==1.1.0"
28+
matplotlib = "==3.1.1"
29+
mistune = "==0.8.4"
30+
more-itertools = "==7.2.0"
31+
nbconvert = "==5.6.1"
32+
nbformat = "==4.4.0"
33+
notebook = "==6.0.2"
34+
numpy = "==1.17.4"
35+
pandas = "==0.25.3"
36+
pandocfilters = "==1.4.2"
37+
parso = "==0.5.1"
38+
pexpect = "==4.7.0"
39+
pickleshare = "==0.7.5"
40+
prometheus-client = "==0.7.1"
41+
ptyprocess = "==0.6.0"
42+
pyparsing = "==2.4.5"
43+
pyrsistent = "==0.15.5"
44+
python-dateutil = "==2.8.1"
45+
pytz = "==2019.3"
46+
pyzmq = "==18.1.0"
47+
scikit-learn = "==0.21.3"
48+
scipy = "==1.3.2"
49+
send2trash = "==1.5.0"
50+
six = "==1.13.0"
51+
terminado = "==0.8.2"
52+
testpath = "==0.4.4"
53+
tornado = "==6.0.3"
54+
traitlets = "==4.3.3"
55+
wcwidth = "==0.1.7"
56+
webencodings = "==0.5.1"
57+
zipp = "==0.6.0"
58+
ipython_genutils = "==0.2.0"
59+
Jinja2 = "==2.10.3"
60+
MarkupSafe = "==1.1.1"
61+
prompt_toolkit = "==2.0.10"
62+
Pygments = "==2.4.2"
63+
64+
[requires]
65+
python_version = "3.6"

0 commit comments

Comments
 (0)