Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
. ~/virtualenvs/pandas-dev/bin/activate
python -m pip install --no-cache-dir -U pip wheel setuptools meson[ninja]==1.2.1 meson-python==0.13.1
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
python -m pip install --no-cache-dir versioneer[toml] cython==3.0.10 python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116.0
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
python -m pip list --no-cache-dir
PANDAS_CI=1 python -m pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
/opt/python/cp313-cp313/bin/python -m venv ~/virtualenvs/pandas-dev
. ~/virtualenvs/pandas-dev/bin/activate
python -m pip install --no-cache-dir -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.2.1
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.84.0
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytest>=7.3.2 pytest-xdist>=3.4.0 hypothesis>=6.116.0
python -m pip install --no-cache-dir --no-build-isolation -e . -Csetup-args="--werror"
python -m pip list --no-cache-dir
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
python --version
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
python -m pip install versioneer[toml] python-dateutil tzdata cython hypothesis>=6.116.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
python -m pip list
Expand Down
50 changes: 25 additions & 25 deletions ci/deps/actions-311-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,38 +28,38 @@ dependencies:
- adbc-driver-postgresql=1.2.0
- adbc-driver-sqlite=1.2.0
- beautifulsoup4=4.12.3
- bottleneck=1.3.6
- fastparquet=2024.2.0
- fsspec=2023.12.2
- bottleneck=1.4.2
- fastparquet=2024.11.0
- fsspec=2024.10.0
- html5lib=1.1
- hypothesis=6.84.0
- gcsfs=2023.12.2
- jinja2=3.1.3
- lxml=4.9.2
- matplotlib=3.8.3
- numba=0.59.0
- numexpr=2.9.0
- hypothesis=6.116.0
- gcsfs=2024.10.0
- jinja2=3.1.5
- lxml=5.3.0
- matplotlib=3.9.3
- numba=0.60.0
- numexpr=2.10.2
- odfpy=1.4.1
- qtpy=2.3.0
- openpyxl=3.1.2
- psycopg2=2.9.9
- pyarrow=12.0.1
- pyiceberg=0.7.1
- pymysql=1.1.0
- qtpy=2.4.2
- openpyxl=3.1.5
- psycopg2=2.9.10
- pyarrow=13.0.0
- pyiceberg=0.8.1
- pymysql=1.1.1
- pyqt=5.15.9
- pyreadstat=1.2.6
- pytables=3.8.0
- python-calamine=0.1.7
- pytz=2023.4
- pyreadstat=1.2.8
- pytables=3.10.1
- python-calamine=0.3.0
- pytz=2024.2
- pyxlsb=1.0.10
- s3fs=2023.12.2
- scipy=1.12.0
- sqlalchemy=2.0.0
- s3fs=2024.10.0
- scipy=1.14.1
- sqlalchemy=2.0.36
- tabulate=0.9.0
- xarray=2024.1.1
- xarray=2024.10.0
- xlrd=2.0.1
- xlsxwriter=3.2.0
- zstandard=0.22.0
- zstandard=0.23.0

- pip:
- tzdata==2023.3
50 changes: 25 additions & 25 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,38 @@ dependencies:
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2023.12.2
- bottleneck>=1.4.2
- fastparquet>=2024.11.0
- fsspec>=2024.10.0
- html5lib>=1.1
- hypothesis>=6.84.0
- gcsfs>=2023.12.2
- jinja2>=3.1.3
- lxml>=4.9.2
- matplotlib>=3.8.3
- numba>=0.59.0
- numexpr>=2.9.0
- hypothesis>=6.116.0
- gcsfs>=2024.10.0
- jinja2>=3.1.5
- lxml>=5.3.0
- matplotlib>=3.9.3
- numba>=0.60.0
- numexpr>=2.10.2
- odfpy>=1.4.1
- qtpy>=2.3.0
- qtpy>=2.4.2
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- pytz>=2023.4
- openpyxl>=3.1.5
- psycopg2>=2.9.10
- pyarrow>=13.0.0
- pyiceberg>=0.8.1
- pymysql>=1.1.1
- pyreadstat>=1.2.8
- pytables>=3.10.1
- python-calamine>=0.3.0
- pytz>=2024.2
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
- scipy>=1.12.0
- sqlalchemy>=2.0.0
- s3fs>=2024.10.0
- scipy>=1.14.1
- sqlalchemy>=2.0.36
- tabulate>=0.9.0
- xarray>=2024.1.1
- xarray>=2024.10.0
- xlrd>=2.0.1
- xlsxwriter>=3.2.0
- zstandard>=0.22.0
- zstandard>=0.23.0

- pip:
- tzdata>=2023.3
50 changes: 25 additions & 25 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,38 @@ dependencies:
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2023.12.2
- bottleneck>=1.4.2
- fastparquet>=2024.11.0
- fsspec>=2024.10.0
- html5lib>=1.1
- hypothesis>=6.84.0
- gcsfs>=2023.12.2
- jinja2>=3.1.3
- lxml>=4.9.2
- matplotlib>=3.8.3
- numba>=0.59.0
- numexpr>=2.9.0
- hypothesis>=6.116.0
- gcsfs>=2024.10.0
- jinja2>=3.1.5
- lxml>=5.3.0
- matplotlib>=3.9.3
- numba>=0.60.0
- numexpr>=2.10.2
- odfpy>=1.4.1
- qtpy>=2.3.0
- qtpy>=2.4.2
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- pytz>=2023.4
- openpyxl>=3.1.5
- psycopg2>=2.9.10
- pyarrow>=13.0.0
- pyiceberg>=0.8.1
- pymysql>=1.1.1
- pyreadstat>=1.2.8
- pytables>=3.10.1
- python-calamine>=0.3.0
- pytz>=2024.2
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
- scipy>=1.12.0
- sqlalchemy>=2.0.0
- s3fs>=2024.10.0
- scipy>=1.14.1
- sqlalchemy>=2.0.36
- tabulate>=0.9.0
- xarray>=2024.1.1
- xarray>=2024.10.0
- xlrd>=2.0.1
- xlsxwriter>=3.2.0
- zstandard>=0.22.0
- zstandard>=0.23.0

- pip:
- tzdata>=2023.3
50 changes: 25 additions & 25 deletions ci/deps/actions-313-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,38 @@ dependencies:
# optional dependencies
- adbc-driver-postgresql>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2023.12.2
- bottleneck>=1.4.2
- fastparquet>=2024.11.0
- fsspec>=2024.10.0
- html5lib>=1.1
- hypothesis>=6.84.0
- gcsfs>=2023.12.2
- jinja2>=3.1.3
- lxml>=4.9.2
- matplotlib>=3.8.3
- numba>=0.59.0
- numexpr>=2.9.0
- hypothesis>=6.116.0
- gcsfs>=2024.10.0
- jinja2>=3.1.5
- lxml>=5.3.0
- matplotlib>=3.9.3
- numba>=0.60.0
- numexpr>=2.10.2
- odfpy>=1.4.1
- qtpy>=2.3.0
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
- qtpy>=2.4.2
- openpyxl>=3.1.5
- psycopg2>=2.9.10
- pyarrow>=13.0.0
- pyiceberg>=0.8.1
- pymysql>=1.1.1
- pyqt>=5.15.9
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- pytz>=2023.4
- pyreadstat>=1.2.8
- pytables>=3.10.1
- python-calamine>=0.3.0
- pytz>=2024.2
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
- scipy>=1.12.0
- sqlalchemy>=2.0.0
- s3fs>=2024.10.0
- scipy>=1.14.1
- sqlalchemy>=2.0.36
- tabulate>=0.9.0
- xarray>=2024.1.1
- xarray>=2024.10.0
- xlrd>=2.0.1
- xlsxwriter>=3.2.0
- zstandard>=0.22.0
- zstandard>=0.23.0

# downstream packages
- botocore
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-313-freethreading.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- numpy

# optional dependencies
- hypothesis>=6.84.0
- hypothesis>=6.116.0

- pip:
# No free-threaded coveragepy (with the C-extension) on conda-forge yet
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-313-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pytest>=7.3.2
- pytest-cov
- pytest-xdist>=3.4.0
- hypothesis>=6.84.0
- hypothesis>=6.116.0

# pandas dependencies
- python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-313-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pytest>=7.3.2
- pytest-cov
- pytest-xdist>=3.4.0
- hypothesis>=6.84.0
- hypothesis>=6.116.0

# required dependencies
- python-dateutil
Expand Down
48 changes: 24 additions & 24 deletions ci/deps/actions-313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@ dependencies:
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2023.12.2
- bottleneck>=1.4.2
- fastparquet>=2024.11.0
- fsspec>=2024.10.0
- html5lib>=1.1
- hypothesis>=6.84.0
- gcsfs>=2023.12.2
- jinja2>=3.1.3
- lxml>=4.9.2
- matplotlib>=3.8.3
- numba>=0.59.0
- numexpr>=2.9.0
- hypothesis>=6.116.0
- gcsfs>=2024.10.0
- jinja2>=3.1.5
- lxml>=5.3.0
- matplotlib>=3.9.3
- numba>=0.60.0
- numexpr>=2.10.2
- odfpy>=1.4.1
- qtpy>=2.3.0
- qtpy>=2.4.2
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
- pytables>=3.8.0
- python-calamine>=0.1.7
- pytz>=2023.4
- openpyxl>=3.1.5
- psycopg2>=2.9.10
- pyarrow>=13.0.0
- pymysql>=1.1.1
- pyreadstat>=1.2.8
- pytables>=3.10.1
- python-calamine>=0.3.0
- pytz>=2024.2
- pyxlsb>=1.0.10
- s3fs>=2023.12.2
- scipy>=1.12.0
- sqlalchemy>=2.0.0
- s3fs>=2024.10.0
- scipy>=1.14.1
- sqlalchemy>=2.0.36
- tabulate>=0.9.0
- xarray>=2024.1.1
- xarray>=2024.10.0
- xlrd>=2.0.1
- xlsxwriter>=3.2.0
- zstandard>=0.22.0
- zstandard>=0.23.0

- pip:
- tzdata>=2023.3
2 changes: 1 addition & 1 deletion ci/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test:
- pytest >=7.3.2
- pytest-xdist >=3.4.0
- pytest-cov
- hypothesis >=6.84.0
- hypothesis >=6.116.0

about:
home: http://pandas.pydata.org
Expand Down
Loading
Loading