Skip to content

Commit f77d4da

Browse files
author
MarcoGorelli
committed
no torch
1 parent e660f2c commit f77d4da

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

.github/workflows/code-checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116

117117
- name: Set up Conda
118118
uses: ./.github/actions/setup-conda
119+
environment-file: ci/deps/actions-38-minimum_versions.yaml
119120

120121
- name: Build Pandas
121122
id: build

ci/deps/asv.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ dependencies:
6969
- pandas-datareader
7070
- pyyaml
7171
- py
72-
- pytorch
7372

7473
# local testing dependencies
7574
- moto

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ coverage
5858
pandas-datareader
5959
pyyaml
6060
py
61-
torch
6261
moto
6362
flask
6463
asv

0 commit comments

Comments
 (0)