build: test with the latest numpy and pandas
1 files changed, 2 insertions(+), 2 deletions(-) M .build.yml
M .build.yml +2 -2
@@ 17,8 17,8 @@ secrets: tasks: - install: | export PIP_BREAK_SYSTEM_PACKAGES=1 - pip3 install pandas==1.5.3 - pip3 install numpy==1.23.4 + pip3 install pandas==2.2.2 + pip3 install numpy==1.26.4 pip3 install pip --upgrade pip install tox wheel setuptools webtest pytest_sa_pg pystuck --quiet pip install -e dbcache