Skip to content

Commit 5955670

Browse files
author
Benjamin Moody
committed
Merge pull request #322 into master
To keep requirements clean and up to date, only direct dependencies should be listed in requirements.txt and setup.py.
2 parents 408ad93 + 5000d04 commit 5955670

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

requirements.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
certifi==2020.4.5.1
2-
chardet==3.0.4
3-
cycler==0.10.0
4-
idna==2.9
5-
joblib==0.14.1
6-
kiwisolver==1.2.0
71
matplotlib==3.3.4
82
nose==1.3.7
93
numpy==1.18.5
104
pandas==1.0.3
11-
pyparsing==2.4.7
12-
python-dateutil==2.8.1
13-
pytz==2020.1
145
requests==2.23.0
156
scikit-learn==0.22.2.post1
167
scipy==1.4.1
17-
threadpoolctl==2.1.0
18-
urllib3==1.25.9

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,12 @@
5656
# requirements files see:
5757
# https://packaging.python.org/en/latest/requirements.html
5858
install_requires=[
59-
'certifi>=2016.8.2',
60-
'chardet>=3.0.0',
61-
'cycler>=0.10.0',
62-
'idna>=2.2',
63-
'joblib>=0.11',
64-
'kiwisolver>=1.1.0',
6559
'matplotlib>=3.3.4',
6660
'numpy>=1.10.1',
6761
'pandas>=0.17.0',
68-
'pyparsing>=2.0.4',
69-
'python-dateutil>=2.4.2',
70-
'pytz>=2017.2',
7162
'requests>=2.8.1',
7263
'scikit-learn>=0.18',
7364
'scipy>=0.17.0',
74-
'threadpoolctl>=1.0.0',
75-
'urllib3>=1.22'
7665
],
7766

7867
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)