Skip to content

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
Specified version for numba and supy to work with Python 3.12
  • Loading branch information
biglimp committed May 31, 2024
1 parent 9e1f73f commit 1d58afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umep-reqs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def get_version():
version=get_version(), # Use setuptools_scm to get version from git tags.
packages=find_packages(),
install_requires=[
"supy==2023.5.26.dev0", # Replace with actual dependency and version number.
"numba",
"supy==2024.5.24.dev", # Replace with actual dependency and version number.
"numba==0.59.0",
"jaydebeapi==1.2.3",
"netCDF4", # "dependency2==y.y.y"
],
Expand Down

0 comments on commit 1d58afa

Please sign in to comment.