File tree 4 files changed +34
-2
lines changed
4 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ jobs:
116
116
117
117
- name : Set up Conda
118
118
uses : ./.github/actions/setup-conda
119
+ environment-file : ci/deps/actions-38-minimum_versions.yaml
119
120
120
121
- name : Build Pandas
121
122
id : build
Original file line number Diff line number Diff line change
1
+ # Dependencies used in ASV performance benchmarks
2
+ name : pandas-dev
3
+ channels :
4
+ - conda-forge
5
+ dependencies :
6
+ - python=3.8
7
+
8
+ # test dependencies
9
+ - cython>=0.29.32
10
+
11
+ # required dependencies
12
+ - python-dateutil
13
+ - numpy
14
+ - pytz
15
+
16
+ # optional dependencies
17
+ - jinja2
18
+ - numba
19
+ - numexpr
20
+ - openpyxl
21
+ - odfpy
22
+ - pyarrow
23
+ - pytables
24
+ - scipy
25
+ - sqlalchemy
26
+ - xlrd
27
+ - xlsxwriter
28
+
29
+ # downstream packages
30
+ - ipython
31
+ - pyyaml
32
+ - py
33
+ - pytorch
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ dependencies:
69
69
- pandas-datareader
70
70
- pyyaml
71
71
- py
72
- - pytorch
73
72
74
73
# local testing dependencies
75
74
- moto
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ coverage
58
58
pandas-datareader
59
59
pyyaml
60
60
py
61
- torch
62
61
moto
63
62
flask
64
63
asv
You can’t perform that action at this time.
0 commit comments