Skip to content

Commit a284ac8

Browse files
committed
BUG: requirements-dev: Could not find ... pyqt
As of today 'pyqt' is not a valid PyPI project. This results in the error message Could not find a version that satisfies the requirement pyqt when running python -m pip install -r requirements-dev.txt from the contributors guide.
1 parent 429078b commit a284ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ html5lib
4444
lxml
4545
openpyxl
4646
pyarrow>=0.9.0
47-
pyqt
47+
pyqt5
4848
tables>=3.4.2
4949
python-snappy
5050
s3fs
5151
sqlalchemy
5252
xarray
5353
xlrd
5454
xlsxwriter
55-
xlwt
55+
xlwt

0 commit comments

Comments
 (0)