Skip to content

Commit 693de4f

Browse files
committed
Remove unused requirements and increase minimum versions
1 parent e43d76a commit 693de4f

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
import mock
2020

2121
MOCK_MODULES = [
22-
"cloudpickle",
2322
"dask",
2423
"dask.dataframe",
25-
"dill",
2624
"matplotlib",
2725
"matplotlib.pyplot",
2826
"matplotlib.transforms",
@@ -40,9 +38,6 @@
4038
"prompt_toolkit.validation",
4139
"scipy",
4240
"scipy.stats",
43-
"toolz",
44-
"toolz.curried",
45-
"toolz.functoolz",
4641
"tqdm",
4742
"yaml",
4843
]

requirements.txt

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
cloudpickle>=0.2.1
2-
fsspec>=0.4.3
3-
dask>=2.3.0
4-
hypothesis==5.19
5-
matplotlib>=2.0.0
6-
numpy>=1.9.2
7-
pandas>=0.18.1
8-
pathlib>=1.0.1
9-
prompt-toolkit>=1.0.7
1+
dask>=2.9.2
2+
hypothesis==5.19.3
3+
matplotlib>=3.0.3
4+
numpy>=1.17.4
5+
pandas>=1.0.0
6+
prompt-toolkit>=3.0
107
pyyaml>=3.01
11-
scipy>=0.19.0
12-
toolz>=0.8.0
13-
tqdm>=3.4.0
14-
dacite
8+
scipy>=1.3.3
9+
tqdm>=4.39.0

0 commit comments

Comments
 (0)