Skip to content

Commit 65675ac

Browse files
author
MarcoGorelli
committed
no torch
1 parent be79267 commit 65675ac

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/code-checks.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,12 @@ jobs:
117117
- name: Set up Conda
118118
uses: ./.github/actions/setup-conda
119119

120-
- name: Build Pandas
121-
id: build
122-
uses: ./.github/actions/build_pandas
123-
124120
- name: Run ASV benchmarks
125121
run: |
126122
cd asv_bench
127123
asv machine --yes
128-
asv run --quick --dry-run --strict --durations=30 --python=same
124+
git fetch origin main:main
125+
asv run --quick --dry-run --strict --durations=30
129126
130127
build_docker_dev_environment:
131128
name: Build Docker Dev Environment

asv_bench/asv.conf.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"numexpr": [],
5151
"pytables": [null, ""], // platform dependent, see excludes below
5252
"pyarrow": [],
53+
"pytorch": [],
5354
"tables": [null, ""],
5455
"openpyxl": [],
5556
"xlsxwriter": [],

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)