[Refactor] Refactor some build related configurations (#827)
* bugfix * [Build] Update build dependencies and Dockerfile configuration - Updated `pyproject.toml` and `requirements-build.txt` to specify Cython version as `Cython>=3.0.0`. - Removed unnecessary dependencies from the build system. - Enhanced `pypi.Dockerfile` to install gcc-9 and g++-9, and added ninja-build for improved build performance. - Updated conda environment creation to include Python 3.9 to 3.12, while removing the Python 3.8 environment. * cmake fix * fix * fix
Showing
| # runtime requirements | ||
| Cython | ||
| Cython>=3.0.0 | ||
| numpy>=1.23.5 | ||
| tqdm>=4.62.3 | ||
| typing_extensions>=4.10.0 | ||
| ... | ... |
Please register or sign in to comment