Skip to content

Commit

Permalink
corrected versions for cython and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Dec 15, 2023
1 parent 6ef0220 commit 27b9b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py_bind/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ requires = [
before-build = "pip install numpy cython && cd py_bind && python setup.py prepare"
test-requires = ["nose","six"]
test-command = "cd {project}/py_bind/test && nosetests"
skip = ["cp310-*","pp*"]
skip = ["cp311-*","pp*"]
4 changes: 2 additions & 2 deletions py_bind/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython
cython >=0.29.28,<3.0a0
nose
numpy
numpy >=1.23, <1.24
pyyaml
six

0 comments on commit 27b9b57

Please sign in to comment.