mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-29 07:52:47 +08:00
parent
5419a13936
commit
3c683ca339
@ -5,16 +5,22 @@
|
|||||||
* Contributors : Nul None <nul@none.org>
|
* Contributors : Nul None <nul@none.org>
|
||||||
* Created On : <2023-09-03>
|
* Created On : <2023-09-03>
|
||||||
* Major Revision : 1
|
* Major Revision : 1
|
||||||
* Last Modified : <2024-09-14>
|
* Last Modified : <2024-11-22>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
static SourceProvider_t UpstreamPython =
|
||||||
|
{
|
||||||
|
"upstream", "PyPI", "上游默认源 PyPI", "https://pypi.org/",
|
||||||
|
{NotSkip, NA, NA, "https://files.pythonhosted.org/packages/56/e4/55aaac2b15af4dad079e5af329a79d961e5206589d0e02b1e8da221472ed/tensorflow-2.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"} // 260MB
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-09-14
|
* @update 2024-09-14
|
||||||
* @note 不要添加Zju,浙大的pypi在校外访问会自动转向Tuna
|
* @note 不要添加Zju,浙大的pypi在校外访问会自动转向Tuna
|
||||||
*/
|
*/
|
||||||
static Source_t
|
static Source_t
|
||||||
pl_python_sources[] = {
|
pl_python_sources[] = {
|
||||||
{&UpstreamProvider, "https://pypi.org/simple"},
|
{&UpstreamPython, "https://pypi.org/simple"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/pypi/web/simple"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/pypi/web/simple"},
|
||||||
{&Lzuoss, "https://mirror.lzu.edu.cn/pypi/web/simple"},
|
{&Lzuoss, "https://mirror.lzu.edu.cn/pypi/web/simple"},
|
||||||
{&Jlu, "https://mirrors.jlu.edu.cn/pypi/web/simple"},
|
{&Jlu, "https://mirrors.jlu.edu.cn/pypi/web/simple"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user