Skip to content

Commit d521606

Browse files
committed
Pin ZODB version to fix CI
1 parent 46245bd commit d521606

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
@@ -23,7 +23,7 @@ dependencies:
2323
- protozfits
2424
- pip:
2525
- zeo
26-
- zodb
26+
- zodb<6.1
2727
- mechanize
2828
- browser-cookie3
2929
- pyqtgraph

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"matplotlib",
2828
"pandas",
2929
"scipy",
30-
"zodb",
30+
"zodb<6.1",
3131
"zeo",
3232
"lmfit",
3333
"h5py",

0 commit comments

Comments
 (0)