Skip to content

Commit f597cd4

Browse files
committed
Remove python version checks from requirements.txt
This is stopping our readthedocs builds from completing. See readthedocs/readthedocs.org#2547 Installing these libraries when unnecessary seems to be innocuous. See #906
1 parent b50f2b0 commit f597cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ tblib
99
psutil
1010
zict >= 0.1.1
1111
sortedcollections
12-
futures; python_version < '3.0'
13-
singledispatch; python_version < '3.4'
12+
futures
13+
singledispatch

0 commit comments

Comments
 (0)