-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/update tutorials asset and unitary_event_analysis to use nixio 1.…
…5.0 (#441) * updated UE tutorial and requirements to use nixio 1.5.0 (#86) * updated links for datasets used in tutorials asset and UE * use 'read only' to assure backwards compatibility * reset outputs of notebook * remove permalinks from tutorials asset and UE * hotfix fixed jinja2 version to 3.0.3 * changed URLs to elephant-data master
- Loading branch information
1 parent
e97479b
commit 7a6d3f2
Showing
4 changed files
with
42 additions
and
31 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Packages required to execute jupyter notebook tutorials | ||
matplotlib>=3.3.2 | ||
h5py>=3.1.0 | ||
nixio==1.5.0b3 | ||
nixio>=1.5.0 |