Skip to content

Commit

Permalink
fix: setup
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jan 3, 2024
1 parent b3a79cc commit 8feebf1
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 @@ -147,7 +147,7 @@ def run(self):
PACKAGES = [SRC_DIR]

install_requires = ["cython", "numpy"]
setup_requires = ["cython"]
setup_requires = ["cython", "requests"]
extra_compile_args = ["-std=c++17", "-O3"]

EXTENSIONS = [
Expand Down

0 comments on commit 8feebf1

Please sign in to comment.