Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
fix supy build issue on windows
  • Loading branch information
sunt05 authored Apr 23, 2023
1 parent 914fd4f commit 6c4f034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umep-reqs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_version():
version=get_version(), # Use setuptools_scm to get version from git tags.
packages=find_packages(),
install_requires=[
"supy==2023.4.14.dev0", # Replace with actual dependency and version number.
"supy==2023.4.22.dev0", # Replace with actual dependency and version number.
"numba==0.56.4",
"jaydebeapi==1.2.3",
"netCDF4", # "dependency2==y.y.y"
Expand Down

0 comments on commit 6c4f034

Please sign in to comment.