Skip to content

Commit 598d6be

Browse files
committed
Move build dependencies to the top-level environment.yml
1 parent aeea972 commit 598d6be

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/docbuild-and-upload.yml

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
- name: Build Pandas
4141
uses: ./.github/actions/build_pandas
4242

43-
- name: Install build dependencies
44-
run: |
45-
python -m pip install -r web/pandas/requirements.txt
46-
4743
- name: Build website
4844
run: python web/pandas_web.py web/pandas --target-path=web/build
4945

environment.yml

+5
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ dependencies:
121121
- pyreadstat # pandas.read_spss
122122
- tabulate>=0.8.3 # DataFrame.to_markdown
123123
- natsort # DataFrame.sort_values
124+
125+
# build the interactive terminal
126+
- jupyterlab >=3.4,<4
127+
- pip:
128+
- jupyterlite==0.1.0b9

web/pandas/requirements.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)