File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88PYBIN=" /opt/python/cp${PYTHON_VERSION// .} -cp${PYTHON_VERSION// .} /bin"
99
1010# Install necessary packages
11- " ${PYBIN} /python" -m pip install -U setuptools wheel numpy==1. * cython
11+ " ${PYBIN} /python" -m pip install -U setuptools wheel numpy cython
1212
1313# Build the wheel
1414" ${PYBIN} /python" setup.py bdist_wheel
Original file line number Diff line number Diff line change 1010# See the License for the specific language governing permissions and
1111# limitations under the License.
1212
13- __version__ : str = "0.0.183 "
13+ __version__ : str = "0.0.184 "
1414__author__ : str = "@joocer"
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ docstring-code-format = true
2525docstring-code-line-length = 100
2626
2727[tool .ruff .lint ]
28- select = [" SIM" ]
28+ select = [" SIM" , " NPY201 " ]
2929ignore = []
You can’t perform that action at this time.
0 commit comments