Skip to content

Commit 73a01f7

Browse files
committed
do not hardpin requirements
1 parent 7d70e96 commit 73a01f7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

rdocs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Sphinx>=1.6.4
2-
sphinx_rtd_theme
2+
sphinx_rtd_theme>=0.2.4
33
-r requirements.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ scikit-learn>=0.17.1
88
future>=0.16.0
99
six>=1.10.0
1010
tqdm>=4.10.0
11-
dask==0.15.2
12-
distributed==1.18.3
1311
ipaddress>=1.0.18; python_version <= '2.7'
12+
dask>=0.15.2
13+
distributed>=1.18.3

test-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-xdist>=1.15.0
44
six>=1.10.0
55
mock>=2.0.0
66
matplotlib>=2.0.0
7-
seaborn==0.7.1
8-
ipython==5.3.0
9-
notebook==4.4.1
10-
pandas-datareader==0.5.0
7+
seaborn>=0.7.1
8+
ipython>=5.3.0
9+
notebook>=4.4.1
10+
pandas-datareader>=0.5.0

0 commit comments

Comments
 (0)