Skip to content

Commit

Permalink
Merge pull request #67 from valentynbez/main
Browse files Browse the repository at this point in the history
fix: CI/CD
  • Loading branch information
valentynbez authored Jan 3, 2024
2 parents d652a67 + 73da47b commit ffbf60f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ wheel
auditwheel <5.2
setuptools >=46.4.0
numpy >= 1.19
requests
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def run(self):
SRC_DIR = "mDeepFRI"
PACKAGES = [SRC_DIR]

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

EXTENSIONS = [
Expand Down

0 comments on commit ffbf60f

Please sign in to comment.