Feature/python build #25

Merged
shenjackyuanjie merged 28 commits from feature/python_build into main 2023-06-10 19:02:01 +08:00
5 changed files with 28 additions and 27 deletions
Showing only changes of commit 97b6e3cdaf - Show all commits

View File

@ -57,8 +57,8 @@
- wheel `0.40.0`
- setuptools `67.6.1`
- setuptools-rust `1.5.2`
- `AMD R5 5600X`
- `AMD RX 550 4G`
- `AMD R5 5600X`
- `AMD RX 550 4G`
## 需要的 Python 模块

View File

@ -42,20 +42,21 @@
## Environment (been tested / developed on)
- `Develop platform 1 - Windows 10 x64 22H2`
- pillow `9.5.0`
- psutil `5.9.5`
- rtoml `0.9.0`
- tomlkit `0.11.7`
- defusedxml `0.7.1`
- objprint `0.2.2`
- viztracer `0.15.6`
- vizplugins `0.1.3`
- nuitka `1.5.6`
- ordered-set `4.1.0`
- imageio `2.27.0`
- wheel `0.40.0`
- setuptools `67.6.1`
- setuptools-rust `1.5.2`
- Python `3.8.10`
- pillow `9.5.0`
- psutil `5.9.5`
- rtoml `0.9.0`
- tomlkit `0.11.8`
- defusedxml `0.7.1`
- objprint `0.2.2`
- viztracer `0.15.6`
- vizplugins `0.1.3`
- nuitka `1.6.1`
- ordered-set `4.1.0`
- imageio `2.31.0`
- wheel `0.40.0`
- setuptools `67.8.0`
- setuptools-rust `1.6.0`
- `AMD R5 5600X`
- `AMD RX 550 4G`

View File

@ -10,16 +10,16 @@ psutil >= 5.9.5
# for files
rtoml >= 0.9.0
tomlkit >= 0.11.7
tomlkit >= 0.11.8
defusedxml >= 0.7.1
# for report error
objprint >= 0.2.2
# for compile
nuitka >= 1.5.6
nuitka >= 1.6.1
ordered-set >= 4.1.0
imageio >= 2.27.0
imageio >= 2.31.0
wheel >= 0.40.0
setuptools >= 67.6.1
setuptools-rust >= 1.5.2
setuptools >= 67.8.0
setuptools-rust >= 1.6.0

View File

@ -11,7 +11,7 @@ psutil >= 5.9.5
# for files
rtoml >= 0.9.0
tomlkit >= 0.11.7
tomlkit >= 0.11.8
defusedxml >= 0.7.1
# for debug
@ -20,9 +20,9 @@ viztracer >= 0.15.6
vizplugins >= 0.1.3
# for compile
nuitka >= 1.5.6
nuitka >= 1.6.1
ordered-set >= 4.1.0
imageio >= 2.27.0
imageio >= 2.31.0
wheel >= 0.40.0
setuptools >= 67.6.1
setuptools-rust >= 1.5.2
setuptools >= 67.8.0
setuptools-rust >= 1.6.0

View File

@ -9,7 +9,7 @@ psutil >= 5.9.5
# for files
rtoml >= 0.9.0
tomlkit >= 0.11.7
tomlkit >= 0.11.8
defusedxml >= 0.7.1
# for report error