Skip to content

Commit b96c86f

Browse files
committed
Updated requirements
1 parent 614977c commit b96c86f

File tree

3 files changed

+15
-61
lines changed

3 files changed

+15
-61
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea
2+
venv/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ Intended for a 3 parts Pyspark tutorial I'm writing for medium
55
1. Getting started and Data Wrangling
66
2. Machine Learning
77
3. Testing and refactoring. Improving your code's quality.
8+
9+
Tested on Python 3.8. Check the requirements.txt file for package
10+
requirements.

requirements.txt

Lines changed: 11 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,15 @@
1-
absl-py==0.9.0
2-
astunparse==1.6.3
3-
attrs==19.3.0
4-
cachetools==4.0.0
5-
certifi==2019.11.28
6-
chardet==3.0.4
7-
cycler==0.10.0
8-
descartes==1.1.0
9-
gast==0.3.3
10-
google-auth==1.11.3
11-
google-auth-oauthlib==0.4.1
12-
google-pasta==0.2.0
13-
grpcio==1.27.2
14-
h5py==2.10.0
15-
idna==2.9
16-
joblib==0.14.1
17-
Keras==2.3.1
18-
Keras-Applications==1.0.8
19-
Keras-Preprocessing==1.1.0
20-
kiwisolver==1.1.0
21-
Markdown==3.2.1
22-
matplotlib==3.2.1
23-
mizani==0.7.2
24-
more-itertools==8.2.0
25-
numpy==1.18.2
26-
oauthlib==3.1.0
27-
opt-einsum==3.2.0
28-
packaging==20.3
29-
palettable==3.3.0
1+
attrs==20.3.0
2+
iniconfig==1.1.1
3+
numpy==1.19.4
4+
packaging==20.4
305
pandas==1.1.4
31-
patsy==0.5.1
32-
plotnine==0.7.1
336
pluggy==0.13.1
34-
protobuf==3.11.3
35-
psycopg2-binary==2.8.4
36-
py==1.8.1
37-
py4j==0.10.7
38-
pyasn1==0.4.8
39-
pyasn1-modules==0.2.8
40-
pyparsing==2.4.6
7+
py==1.9.0
8+
py4j==0.10.9
9+
pyparsing==2.4.7
4110
pyspark==3.0.1
42-
pytest==5.4.1
43-
python-crfsuite==0.9.7
11+
pytest==6.1.2
4412
python-dateutil==2.8.1
45-
pytz==2019.3
46-
PyYAML==5.3.1
47-
requests==2.23.0
48-
requests-oauthlib==1.3.0
49-
rsa==4.0
50-
scikit-learn==0.22.2.post1
51-
scipy==1.4.1
52-
seaborn==0.10.0
53-
six==1.14.0
54-
sklearn-crfsuite==0.3.6
55-
statsmodels==0.11.1
56-
tabulate==0.8.6
57-
tensorboard==2.1.1
58-
tensorflow==2.2.0rc1
59-
tensorflow-estimator==2.2.0rc0
60-
termcolor==1.1.0
61-
tqdm==4.43.0
62-
urllib3==1.25.8
63-
wcwidth==0.1.8
64-
Werkzeug==1.0.0
65-
wrapt==1.12.1
13+
pytz==2020.4
14+
six==1.15.0
15+
toml==0.10.2

0 commit comments

Comments
 (0)