Commit 985db829 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

XXX DO NOT WORK: component/pandas: upgrade to version 2.2.3

parent 2b5f7f20
[buildout] [buildout]
extends = extends =
../cython/buildout.cfg ../cython/buildout.cfg
../meson/buildout.cfg
../ninja/buildout.cfg
../numpy/buildout.cfg ../numpy/buildout.cfg
../pkgconfig/buildout.cfg
parts = parts =
pandas pandas
[pandas-env] [pandas-env]
<= numpy-env <= numpy-env
PATH=${meson:location}/bin:${ninja:location}/bin:${pkgconfig:location}/bin:${buildout:bin-directory}:%(PATH)s
[pandas] [pandas]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
...@@ -16,9 +20,12 @@ environment = pandas-env ...@@ -16,9 +20,12 @@ environment = pandas-env
setup-eggs = setup-eggs =
${numpy:egg} ${numpy:egg}
${cython:egg} ${cython:egg}
meson-python
pythran
pybind11
[versions] [versions]
pandas = 1.4.0 pandas = 2.2.3
[pandas:sys.version_info < (3,8)] [pandas:sys.version_info < (3,8)]
setup-eggs = setup-eggs =
......
...@@ -53,12 +53,10 @@ eggs = ...@@ -53,12 +53,10 @@ eggs =
[versions] [versions]
pybind11 = 2.11.1 pybind11 = 2.11.1
scipy = 1.12.0 scipy = 1.12.0
meson-python = 0.13.2:whl
pyproject-metadata = 0.8.0:whl
meson = 1.4.1 meson = 1.4.1
beniget = 0.4.1 beniget = 0.4.1
gast = 0.5.3 gast = 0.5.3
pythran = 0.16.0:whl
[versions:sys.version_info < (3,11)] [versions:sys.version_info < (3,11)]
tomli = 2.0.1:whl tomli = 2.0.1:whl
......
...@@ -274,6 +274,7 @@ MarkupSafe = 2.1.3 ...@@ -274,6 +274,7 @@ MarkupSafe = 2.1.3
matplotlib = 2.1.2 matplotlib = 2.1.2
matplotlib-inline = 0.1.6:whl matplotlib-inline = 0.1.6:whl
meld3 = 1.0.2 meld3 = 1.0.2
meson-python = 0.13.2:whl
miniupnpc = 2.2.8 miniupnpc = 2.2.8
mistune = 0.8.4 mistune = 0.8.4
mock = 3.0.5 mock = 3.0.5
...@@ -329,6 +330,7 @@ Pygments = 2.9.0 ...@@ -329,6 +330,7 @@ Pygments = 2.9.0
PyNaCl = 1.3.0 PyNaCl = 1.3.0
pyOpenSSL = 19.1.0 pyOpenSSL = 19.1.0
pyparsing = 3.1.1:whl pyparsing = 3.1.1:whl
pyproject-metadata = 0.8.0:whl
pyroute2 = 0.6.9 pyroute2 = 0.6.9
pyrsistent = 0.18.1 pyrsistent = 0.18.1
PyRSS2Gen = 1.1 PyRSS2Gen = 1.1
...@@ -336,6 +338,7 @@ PySocks = 1.7.1 ...@@ -336,6 +338,7 @@ PySocks = 1.7.1
pytest-runner = 5.2:whl pytest-runner = 5.2:whl
python-dateutil = 2.8.2:whl python-dateutil = 2.8.2:whl
python-json-logger = 2.0.7 python-json-logger = 2.0.7
pythran = 0.16.0:whl
pytz = 2022.2.1 pytz = 2022.2.1
PyYAML = 6.0.2 PyYAML = 6.0.2
pyzmq = 24.0.1 pyzmq = 24.0.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment