File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,28 @@ channels:
3
3
- conda-forge
4
4
- defaults
5
5
dependencies :
6
+
7
+ # Conda still appears to have issues surrounding Python 3.10
6
8
- python=3.9
7
9
- cftime
8
10
- dash
9
11
- flask
10
12
- numpy
11
13
- opencv
14
+
15
+ # Newer versions of Pandas do not appear to work correctly with queuepool.
16
+ # In particular, how that package forms SQL query objects needs to be updated.
17
+ # Hopefully the solution here is to either send Igor a issue or to migrate to
18
+ # a different connection pooling library
12
19
- pandas=1.3
13
20
- psycopg2
14
21
- rasterio
22
+
23
+ # Shapely changed how looping over geometries works in the newer version and
24
+ # Pingrid relies on the old functionality. It is unclear to me whether using
25
+ # the .geoms property has the same behavior as the "built in" iterator the
26
+ # old version had. As we may migrate way from Pingrid and we're not going to
27
+ # upgrade it right now and possibly waste the work or effort.
15
28
- shapely=1.7
16
29
- xarray
17
30
- yaml
You can’t perform that action at this time.
0 commit comments