File tree 2 files changed +42
-9
lines changed
2 files changed +42
-9
lines changed Original file line number Diff line number Diff line change 8
8
environment :
9
9
ENV_FILE : ci/deps/circle-38-arm64.yaml
10
10
PYTEST_WORKERS : auto
11
- PATTERN : " not slow and not network and not clipboard and not arm_slow"
11
+ PATTERN : " not single_cpu and not slow and not network and not clipboard and not arm_slow and not db "
12
12
PYTEST_TARGET : " pandas"
13
13
PANDAS_CI : " 1"
14
14
steps :
Original file line number Diff line number Diff line change @@ -4,19 +4,52 @@ channels:
4
4
dependencies :
5
5
- python=3.8
6
6
7
- # tools
8
- - cython> =0.29.24
7
+ # test dependencies
8
+ - cython=0.29.24
9
9
- pytest>=6.0
10
+ - pytest-cov
10
11
- pytest-xdist>=1.31
11
12
- hypothesis>=5.5.3
13
+ - psutil
12
14
- pytest-asyncio
15
+ - boto3
13
16
14
- # pandas dependencies
15
- - botocore>=1.11
16
- - flask
17
- - moto
18
- - numpy
17
+ # required dependencies
19
18
- python-dateutil
19
+ - numpy
20
20
- pytz
21
+
22
+ # optional dependencies
23
+ - beautifulsoup4
24
+ - blosc
25
+ - bottleneck
26
+ - brotlipy
27
+ - fastparquet
28
+ - fsspec
29
+ - html5lib
30
+ - gcsfs
31
+ - jinja2
32
+ - lxml
33
+ - matplotlib
34
+ - numba
35
+ - numexpr
36
+ - openpyxl
37
+ - odfpy
38
+ - pandas-gbq
39
+ - psycopg2
40
+ - pyarrow
41
+ - pymysql
42
+ # Not provided on ARM
43
+ # - pyreadstat
44
+ - pytables
45
+ - python-snappy
46
+ - pyxlsb
47
+ - s3fs
48
+ - scipy
49
+ - sqlalchemy
50
+ - tabulate
51
+ - xarray
52
+ - xlrd
53
+ - xlsxwriter
54
+ - xlwt
21
55
- zstandard
22
- - pip
You can’t perform that action at this time.
0 commit comments