Skip to content

Commit

Permalink
Change numpy version (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss authored and napetrov committed Dec 15, 2022
1 parent 46d64ff commit fd458ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Cython==0.29.25 ; python_version >= '3.10'
Jinja2==3.0.3
numpy==1.19.5 ; python_version == '3.6'
numpy==1.21.6 ; python_version == '3.7'
numpy==1.23.2 ; python_version >= '3.8'
numpy==1.22.3 ; python_version >= '3.8'
pybind11==2.8.0
cmake==3.21.3

0 comments on commit fd458ae

Please sign in to comment.