Skip to content

Commit

Permalink
chore: testing binder with requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangadhave committed May 29, 2024
1 parent 6e41239 commit e02804b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions binder/environment.yml → binder/__environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ dependencies:
# runtime dependencies
- python>=3.11
- jupyterlab>=4.0.0
- pip
- pip:
- persist_ext
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
persist_ext>=1.6.0
jupyterlab>=4.0.4
altair>=5
paretoset
pandas
numpy
matplotlib
seaborn
vega_datasets

0 comments on commit e02804b

Please sign in to comment.