Skip to content

Commit 028c4a9

Browse files
committed
0.0.184
1 parent 4d4053d commit 028c4a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd io
88
PYBIN="/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

orso/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ docstring-code-format = true
2525
docstring-code-line-length = 100
2626

2727
[tool.ruff.lint]
28-
select = ["SIM"]
28+
select = ["SIM", "NPY201"]
2929
ignore = []

0 commit comments

Comments
 (0)