Skip to content

Commit b58c1da

Browse files
committed
CI: Add complete build with 1.24 numpy
1 parent ee03ed1 commit b58c1da

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

.github/workflows/ubuntu.yml

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
pattern: "not slow and not network and not single_cpu"
7979
test_args: "-W error::DeprecationWarning -W error::FutureWarning"
8080
error_on_warnings: "0"
81+
- name: "New Numpy (1.24)"
82+
env_file: actions-310_new_numpy_no_numba.yaml
83+
pattern: "not slow and not network and not single_cpu"
84+
test_args: "-W error::DeprecationWarning -W error::FutureWarning"
85+
error_on_warnings: "0"
8186
exclude:
8287
- env_file: actions-38.yaml
8388
pyarrow_version: "7"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: pandas-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.10
6+
7+
# build dependencies
8+
- versioneer[toml]
9+
- cython>=0.29.32
10+
11+
# test dependencies
12+
- pytest>=7.0.0
13+
- pytest-cov
14+
- pytest-xdist>=2.2.0
15+
- psutil
16+
- pytest-asyncio>=0.17
17+
- boto3
18+
19+
# required dependencies
20+
- python-dateutil
21+
- numpy>=1.24
22+
- pytz
23+
24+
# optional dependencies
25+
- beautifulsoup4
26+
- blosc
27+
- bottleneck
28+
- brotlipy
29+
- fastparquet
30+
- fsspec
31+
- html5lib
32+
- hypothesis
33+
- gcsfs
34+
- jinja2
35+
- lxml
36+
- matplotlib>=3.6.1
37+
- numexpr
38+
- openpyxl
39+
- odfpy
40+
- pandas-gbq
41+
- psycopg2
42+
- pymysql
43+
- pytables
44+
- pyarrow
45+
- pyreadstat
46+
- python-snappy
47+
- pyxlsb
48+
- s3fs>=2021.08.0
49+
- scipy
50+
- sqlalchemy<1.4.46
51+
- tabulate
52+
- tzdata>=2022a
53+
- xarray
54+
- xlrd
55+
- xlsxwriter
56+
- zstandard

0 commit comments

Comments
 (0)