Skip to content

Commit

Permalink
Merge pull request #963 from NeurodataWithoutBorders/update_inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 4, 2025
2 parents fc4728c + b07b4dd commit 54b495c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
"url": "https://nwb-guide.readthedocs.io/en/latest/",
"preferred": false
},
{
"name": "1.0.5",
"version": "v1.0.5",
"url": "https://nwb-guide.readthedocs.io/en/v1.0.5/",
"preferred": true
},
{
"name": "1.0.4",
"version": "v1.0.4",
"url": "https://nwb-guide.readthedocs.io/en/v1.0.4/",
"preferred": true
"preferred": false
},
{
"name": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion environments/environment-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
- ndx-pose == 0.1.1
- nwbinspector==0.6.1
- nwbinspector==0.6.2
- tables
2 changes: 1 addition & 1 deletion environments/environment-MAC-apple-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dependencies:
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
- ndx-pose == 0.1.1
- nwbinspector==0.6.1
- nwbinspector==0.6.2
2 changes: 1 addition & 1 deletion environments/environment-MAC-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
- ndx-pose == 0.1.1
- nwbinspector==0.6.1
- nwbinspector==0.6.2
- tables
2 changes: 1 addition & 1 deletion environments/environment-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
- tqdm_publisher >= 0.0.1 # Progress bars
- tzlocal >= 5.2 # Frontend timezone handling
- ndx-pose == 0.1.1
- nwbinspector==0.6.1
- nwbinspector==0.6.2
- tables
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nwb-guide",
"productName": "NWB GUIDE",
"version": "1.0.4",
"version": "1.0.5",
"description": "NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.",
"main": "./build/main/index.js",
"engine": {
Expand Down

0 comments on commit 54b495c

Please sign in to comment.