Skip to content

Commit

Permalink
Updated the cython requirement to conform with cupy
Browse files Browse the repository at this point in the history
  • Loading branch information
thomgrand committed Jun 3, 2021
1 parent a60ecf0 commit 52805db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
compiler_directives={'language_level' : "3"}
)

lib_requires_cpu = ["numpy>=1.19", "numba>=0.5", "cython"]
lib_requires_cpu = ["numpy>=1.19", "numba>=0.5", "Cython>=0.29.22"]

lib_requires_gpu = ["cupy>=9.0"]
test_requires_cpu = lib_requires_cpu + ["scipy", "pytest", "matplotlib", "pandas"]
Expand Down

0 comments on commit 52805db

Please sign in to comment.