Skip to content

Commit

Permalink
Update numpy version (#11)
Browse files Browse the repository at this point in the history
* Update numpy version

* Test numpy 1.19

* Test numpy 1.19

* Test numpy 1.19

* Test numpy 1.19

* Test numpy 1.19

* Enable py3*
  • Loading branch information
sunnycase authored Aug 29, 2021
1 parent 5024ff1 commit 248e56f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
requires-python = ">=3.6"

[build-system]
requires = ["setuptools>=42", "wheel", "conan", "numpy", "ninja"]
requires = ["setuptools>=42", "wheel", "conan", "oldest-supported-numpy", "ninja"]

[tool.cibuildwheel]
build = ["cp36-*", "cp37-*", "cp38-*", "cp39-*"]
manylinux-x86_64-image = "sunnycase/manylinux_2_24_x86_64:version1.1"
test-requires = ["pytest", "pydot"]
test-requires = ["pytest", "pydot", "numpy==1.19.5"]
test-command = [
"pytest {project}/python/caffe/test"
]
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.7.1
numpy>=1.17
scipy>=0.13.2
scikit-image>=0.9.3
protobuf>=2.5.0
Expand Down

0 comments on commit 248e56f

Please sign in to comment.