Skip to content

Commit

Permalink
初次发布,功能如下:
Browse files Browse the repository at this point in the history
- [x] 数据采集
- [x] 棋盘标定
- [x] 畸变矫正
- [ ] 圆孔标定
  • Loading branch information
XavierJiezou committed Aug 5, 2022
1 parent 944b5ca commit c4e833c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ toml = "^0.10.2"
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]

# [[tool.poetry.source]]
# default = true
# name = "tsinghua-pypi"
# url = "https://pypi.tuna.tsinghua.edu.cn/simple"
[[tool.poetry.source]]
default = true
name = "tsinghua-pypi"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"

[tool.isort]
filter_files = true
Expand Down

0 comments on commit c4e833c

Please sign in to comment.