File tree 2 files changed +61
-0
lines changed
2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 78
78
pattern : " not slow and not network and not single_cpu"
79
79
test_args : " -W error::DeprecationWarning -W error::FutureWarning"
80
80
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"
81
86
exclude :
82
87
- env_file : actions-38.yaml
83
88
pyarrow_version : " 7"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments