Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Mar 5, 2024
1 parent 855f40b commit c151ce8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = ["dummy"] # Required for workspace project
[tool.rye]
managed = true
dev-dependencies = [
"pytest==7.4.0",
"pytest>=7.4.0",
"pytest-benchmark>=4.0.0",
"ruff>=0.1.11",
"pip>=23.3.2",
Expand Down
1 change: 0 additions & 1 deletion pyvortex/test/test_array.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pyarrow as pa
import pytest

import vortex


Expand Down
1 change: 0 additions & 1 deletion pyvortex/test/test_compress.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
import pyarrow as pa

import vortex


Expand Down
3 changes: 1 addition & 2 deletions pyvortex/test/test_serde.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pyarrow as pa
from pyarrow import fs

import vortex
from pyarrow import fs

local = fs.LocalFileSystem()

Expand Down
4 changes: 1 addition & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# pre: false
# features: []
# all-features: false
# with-sources: false

-e file:pyvortex
-e file:.
Expand Down Expand Up @@ -36,7 +37,6 @@ pathspec==0.12.1
platformdirs==4.2.0
pluggy==1.4.0
py-cpuinfo==9.0.0
py-spy==0.3.14
pyarrow==15.0.0
pygments==2.17.2
pymdown-extensions==10.7
Expand All @@ -50,8 +50,6 @@ regex==2023.12.25
requests==2.31.0
ruff==0.2.2
six==1.16.0
snakeviz==2.2.0
tornado==6.4
urllib3==2.2.1
verspec==0.1.0
watchdog==4.0.0
Expand Down
1 change: 1 addition & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# pre: false
# features: []
# all-features: false
# with-sources: false

-e file:pyvortex
-e file:.

0 comments on commit c151ce8

Please sign in to comment.