We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f160c7d commit 10a353bCopy full SHA for 10a353b
environment.yml
@@ -14,7 +14,7 @@ dependencies:
14
- cython>=0.28.2
15
- flake8
16
- flake8-comprehensions
17
- - flake8-rst>=0.6.0
+ - flake8-rst>=0.6.0,<=0.7.0
18
- gitpython
19
- hypothesis>=3.82
20
- isort
requirements-dev.txt
@@ -5,7 +5,7 @@ asv
5
cython>=0.28.2
6
flake8
7
flake8-comprehensions
8
-flake8-rst>=0.6.0
+flake8-rst>=0.6.0,<=0.7.0
9
gitpython
10
hypothesis>=3.82
11
isort
0 commit comments