Skip to content

Commit b6450ca

Browse files
committed
Unpin development requirements
Minimum required version will be updated if a specific feature or a bug fix from a newer version is required.
1 parent 8ccd607 commit b6450ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cmake>=0.5.0
2-
codecov==2.0.5
3-
coverage==4.2
4-
flake8==3.0.4
5-
pytest==3.0.3
6-
pytest-cov==2.4.0
7-
pytest-runner==2.9
8-
pytest-virtualenv==1.2.4
9-
scikit-build==0.4.0
10-
virtualenv==15.0.3
2+
codecov>=2.0.5
3+
coverage>=4.2
4+
flake8>=3.0.4
5+
pytest>=3.0.3
6+
pytest-cov>=2.4.0
7+
pytest-runner>=2.9
8+
pytest-virtualenv>=1.2.4
9+
scikit-build>=0.4.0
10+
virtualenv>=15.0.3

0 commit comments

Comments
 (0)