Skip to content

Commit

Permalink
Test against pandas 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Feb 20, 2024
1 parent 6fb4dc7 commit d33c2fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions continuous_integration/environment-3.11.yaml
Expand Up @@ -23,10 +23,10 @@ dependencies:
- pytest-xdist
- moto<5
# Optional dependencies
- mimesis
- numpy
- pandas
- numba
- mimesis<13.1.0 # https://github.com/dask/dask/issues/10858
- numpy=1.24
- pandas=2.0
- numba<0.59.0 # Removed numba.generated_jit which pandas<2.1 uses
- flask
- fastparquet
- h5py
Expand All @@ -39,7 +39,7 @@ dependencies:
# - tiledb # crashes on Python 3.11
- xarray
- sqlalchemy
- pyarrow>=13
- pyarrow=12
- coverage
- jsonschema
# other -- IO
Expand Down

0 comments on commit d33c2fc

Please sign in to comment.