[py-tensorboardx] Added version 2.6.2.2 (#39731)
* [py-tensorboardx] Added version 2.6.2.2 * [py-tensorboardx] flake8 * [py-tensorboardx] requires py-setuptools-scm
This commit is contained in:
parent
81f58229ab
commit
a3be9cb853
1 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,7 @@ class PyTensorboardx(PythonPackage):
|
|||
homepage = "https://github.com/lanpa/tensorboardX"
|
||||
pypi = "tensorboardx/tensorboardX-1.8.tar.gz"
|
||||
|
||||
version("2.6.2.2", sha256="c6476d7cd0d529b0b72f4acadb1269f9ed8b22f441e87a84f2a3b940bb87b666")
|
||||
version("2.5.1", sha256="ea85a3446f22ce8a917fe4fa4d8a7a96222ef84ac835267d038c34bb99f6d61b")
|
||||
version("2.1", sha256="9e8907cf2ab900542d6cb72bf91aa87b43005a7f0aa43126268697e3727872f9")
|
||||
version("2.0", sha256="835d85db0aef2c6768f07c35e69a74e3dcb122d6afceaf2b8504d7d16c7209a5")
|
||||
|
@ -24,7 +25,10 @@ class PyTensorboardx(PythonPackage):
|
|||
version("1.8", sha256="13fe0abba27f407778a7321937190eedaf12bc8c544d9a4e294fcf0ba177fd76")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-setuptools-scm", when="@2.6.2.2:", type="build")
|
||||
depends_on("py-numpy", type=("build", "run"))
|
||||
depends_on("py-protobuf@3.8.0:3.20.1", type=("build", "run"))
|
||||
depends_on("py-protobuf@3.8.0:3.20.1", when="@:2.5.1", type=("build", "run"))
|
||||
depends_on("py-protobuf@3.20:", when="@2.6.2.2:", type=("build", "run"))
|
||||
depends_on("py-packaging", when="@2.6.2.2:", type=("build", "run"))
|
||||
|
||||
depends_on("py-six", when="@:2.1", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue