We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d3aed commit f6ae4eeCopy full SHA for f6ae4ee
environment.yml
@@ -1,7 +1,6 @@
1
name: binder-pyeddytracker
2
channels:
3
- conda-forge
4
- - defaults
5
dependencies:
6
- python=3.10
7
- pip
requirements.txt
@@ -1,11 +1,11 @@
-matplotlib
+matplotlib < 3.8 # need an update of contour management
opencv-python
pint
polygon3
pyyaml
requests
scipy
8
-zarr
+zarr < 3.0
9
netCDF4
10
numpy
11
numba
0 commit comments