Skip to content

Commit

Permalink
Add Binder dependency on pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Dec 26, 2022
1 parent e3c833f commit 97a28fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'repo': 'dcor',
'branch': branch,
'binderhub_url': 'https://mybinder.org',
'dependencies': ['../binder/requirements.txt'],
'dependencies': ['../pyproject.toml', '../binder/requirements.txt'],
'notebooks_dir': '../examples',
},
}
Expand Down

0 comments on commit 97a28fc

Please sign in to comment.