Skip to content

Commit e879fcf

Browse files
committed
update environment to pynwb 3.1.0
1 parent d64df11 commit e879fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- numpy
88
- scipy
99
- pandas
10-
- pynwb<=3.0.0
10+
- pynwb>=3.1.0
1111
- nwbinspector>=0.5.0
1212
- dask
1313
- ipython

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"numpy",
2525
"scipy",
2626
"pandas",
27-
"pynwb<=3.0.0",
27+
"pynwb>=3.1.0",
2828
"nwbinspector>=0.5.0",
2929
"ndx_franklab_novela",
3030
"pyyaml",

0 commit comments

Comments
 (0)