Skip to content

Commit

Permalink
update version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Mar 1, 2023
1 parent d273bcb commit d3b987a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pycwr
version: 0.3.5
version: 0.3.6

build:
skip: True # [py<35]
Expand All @@ -17,7 +17,7 @@ requirements:
- setuptools

run:
- 'python>=3.6'
- 'python>=3.8'
- 'numpy'
- 'scipy'
- 'matplotlib'
Expand Down
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/YvZheng/pycwr"
LICENSE='MIT'
PYTHON_REQUIRES = ">=3.6"
PYTHON_REQUIRES = ">=3.8"
INSTALL_REQUIRES = ["matplotlib", "cython", "pyproj", "Cartopy", "xarray","numpy",\
"scipy", "pandas", "netCDF4", 'easydict']
DESCRIPTION = "China Weather Radar tools"
Expand All @@ -30,16 +30,12 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows']
"Operating System :: OS Independent",]
setup(
name=DISTNAME,
version="0.3.5",
version="0.3.6",
author=AUTHOR,
license=LICENSE,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit d3b987a

Please sign in to comment.