py-pandas: add v2.1.1 (#40127)
This commit is contained in:
parent
f95080393a
commit
2d3d9640dc
@ -18,6 +18,7 @@ class Meson(PythonPackage):
|
||||
|
||||
maintainers("eli-schwartz", "michaelkuhn")
|
||||
|
||||
version("1.2.1", sha256="e1f3b32b636cc86496261bd89e63f00f206754697c7069788b62beed5e042713")
|
||||
version("1.2.0", sha256="603489f0aaa6305f806c6cc4a4455a965f22290fc74f65871f589b002110c790")
|
||||
version("1.1.1", sha256="1c3b9e1a3a36b51adb5de498d582fd5cbf6763fadbcf151de9f2a762e02bd2e6")
|
||||
version("1.1.0", sha256="f29a3e14062043d75e82d16f1e41856e6b1ed7a7c016e10c7b13afa7ee6364cc")
|
||||
|
@ -17,6 +17,7 @@ class PyPandas(PythonPackage):
|
||||
|
||||
maintainers("adamjstewart")
|
||||
|
||||
version("2.1.1", sha256="fecb198dc389429be557cde50a2d46da8434a17fe37d7d41ff102e3987fd947b")
|
||||
version("2.1.0", sha256="62c24c7fc59e42b775ce0679cfa7b14a5f9bfb7643cfbe708c960699e05fb918")
|
||||
version("2.0.3", sha256="c02f372a88e0d17f36d3093a644c73cfc1788e876a7c4bcb4020a77512e2043c")
|
||||
version("2.0.2", sha256="dd5476b6c3fe410ee95926873f377b856dbc4e81a9c605a0dc05aaccc6a7c6c6")
|
||||
@ -65,7 +66,8 @@ class PyPandas(PythonPackage):
|
||||
|
||||
# Required dependencies
|
||||
# https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#python-version-support
|
||||
depends_on("python@3.9:3.11", when="@2.1:", type=("build", "run"))
|
||||
depends_on("python@3.9:3.12", when="@2.1.1:", type=("build", "run"))
|
||||
depends_on("python@3.9:3.11", when="@2.1.0", type=("build", "run"))
|
||||
depends_on("python@3.8:3.11", when="@1.5:2.0", type=("build", "run"))
|
||||
depends_on("python@3.8:3.10", when="@1.4", type=("build", "run"))
|
||||
depends_on("python@:3.10", when="@1.3.3:1.3", type=("build", "run"))
|
||||
@ -75,7 +77,8 @@ class PyPandas(PythonPackage):
|
||||
|
||||
# pyproject.toml
|
||||
depends_on("py-meson-python@0.13.1", when="@2.1:", type="build")
|
||||
depends_on("meson@1.0.1", when="@2.1:", type="build")
|
||||
depends_on("meson@1.2.1", when="@2.1.1:", type="build")
|
||||
depends_on("meson@1.0.1", when="@2.1.0", type="build")
|
||||
depends_on("py-cython@0.29.33:2", when="@2:", type="build")
|
||||
depends_on("py-cython@0.29.32:2", when="@1.4.4:", type="build")
|
||||
depends_on("py-cython@0.29.30:2", when="@1.4.3:", type="build")
|
||||
|
Loading…
Reference in New Issue
Block a user