Skip to content

DEP Remove pytorch from environment.yml #49798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 24, 2022
7 changes: 2 additions & 5 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,12 @@ jobs:
- name: Set up Conda
uses: ./.github/actions/setup-conda

- name: Build Pandas
id: build
uses: ./.github/actions/build_pandas

- name: Run ASV benchmarks
run: |
cd asv_bench
asv machine --yes
asv run --quick --dry-run --strict --durations=30 --python=same
git fetch origin main:main
asv run --quick --dry-run --strict --durations=30

build_docker_dev_environment:
name: Build Docker Dev Environment
Expand Down
3 changes: 2 additions & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
"matrix": {
"numpy": [],
"Cython": ["0.29.32"],
"matplotlib": [],
"pip+matplotlib>": ["3.6.1"],
"sqlalchemy": [],
"scipy": [],
"numba": [],
"numexpr": [],
"pytables": [null, ""], // platform dependent, see excludes below
"pyarrow": [],
"pytorch": [],
"tables": [null, ""],
"openpyxl": [],
"xlsxwriter": [],
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dependencies:
- pandas-datareader
- pyyaml
- py
- pytorch

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why don't you comment it out with a note?

# local testing dependencies
- moto
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ coverage
pandas-datareader
pyyaml
py
torch
moto
flask
asv
Expand Down