Skip to content

Commit f6ae4ee

Browse files
committed
fix matplotlib and zarr version
1 parent d5d3aed commit f6ae4ee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: binder-pyeddytracker
22
channels:
33
- conda-forge
4-
- defaults
54
dependencies:
65
- python=3.10
76
- pip

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
matplotlib
1+
matplotlib < 3.8 # need an update of contour management
22
opencv-python
33
pint
44
polygon3
55
pyyaml
66
requests
77
scipy
8-
zarr
8+
zarr < 3.0
99
netCDF4
1010
numpy
1111
numba

0 commit comments

Comments
 (0)