Skip to content

Commit

Permalink
remove numba version to avoid numpy conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
j3r3m1 committed Jun 1, 2023
1 parent f42e890 commit 9e1f73f
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 @@ -28,7 +28,7 @@ def get_version():
packages=find_packages(),
install_requires=[
"supy==2023.5.26.dev0", # Replace with actual dependency and version number.
"numba==0.56.4",
"numba",
"jaydebeapi==1.2.3",
"netCDF4", # "dependency2==y.y.y"
],
Expand Down

0 comments on commit 9e1f73f

Please sign in to comment.