Skip to content

Commit

Permalink
add pyqt5>5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Nov 27, 2019
1 parent 33882a0 commit 017ed12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pyproj>=1.9.6
scipy>=1.1.0
numpy<=1.15.1
netCDF4>=1.5.3
PyQt5>=5.13.2
PyQt5>=5.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
URL = "https://github.com/YvZheng/NuistRadar"
PYTHON_REQUIRES = ">=3.6"
INSTALL_REQUIRES = ["matplotlib>=2.2.3", "pyproj>=1.9.6", "Cartopy>=0.17.0", "xarray>=0.12.1",\
"numpy<=1.15.0", "scipy>=1.1.0", "pandas>=0.23.4", "PyQt5>=5.13.1", "netCDF4>=1.5.2", 'easydict>=1.9']
"numpy<=1.15.0", "scipy>=1.1.0", "pandas>=0.23.4", "PyQt5>=5.10.0", "netCDF4>=1.5.2", 'easydict>=1.9']
DESCRIPTION = "China Weather Radar tools"
LONG_DESCRIPTION = """The Weather Radar Toolkit, support most of China's radar formats
(WSR98D, CINRAD/SA/SB/CB, CINRAD/CC/CCJ, CINRAD/SC/CD)"""
Expand Down

0 comments on commit 017ed12

Please sign in to comment.