Skip to content

Commit

Permalink
feat(rapid_layout): Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 19, 2024
1 parent 29191b6 commit 35d3cdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SyncToGitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@v1.3
uses: Yikun/hub-mirror-action@v1.4
with:
src: 'github/RapidAI'
dst: 'gitee/RapidAI'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gen_whl_to_pypi_rapid_layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Pull latest code
uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
architecture: 'x64'

- name: Display Python version
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy>=1.21.6,<2.0.0
opencv_python>=4.6.0.66
setuptools>=61.2.0
PyYAML
pytest>=7.2.1,<9.0.0
pytest==8.1.1
pip>=24.0
onnxruntime
wheel
Expand Down

0 comments on commit 35d3cdc

Please sign in to comment.