geowombat icon indicating copy to clipboard operation
geowombat copied to clipboard

Support for pyproj 3.4.1?

Open DManowitz opened this issue 2 years ago • 8 comments

In setup.cfg, I see a comment that pyproj 3.5.0 causes an error. However, the pin is on pyproj <=3.4.0 rather than pyproj <3.5.0. Does this same error happen with pyproj 3.4.1, and if not, could the pin be changed?

DManowitz avatar Jan 05 '24 23:01 DManowitz

Thanks for pointing this out. I am testing pyproj<3.5.0 in #297.

jgrss avatar Jan 11 '24 08:01 jgrss

@mmann1123 #297 tests passed with the relaxation of the pyproj version. Do you see any reason not to merge these changes?

jgrss avatar Jan 11 '24 08:01 jgrss

No I can't think of any reason

mmann1123 avatar Jan 11 '24 14:01 mmann1123

@DManowitz the latest release (v2.1.16) has support for pyproj<3.5.0. If that geowombat version is working for you then I think we can close this issue. Thanks again for highlighting this.

jgrss avatar Jan 12 '24 10:01 jgrss

Once this version posts to conda-forge, I will try it out.

DManowitz avatar Jan 12 '24 15:01 DManowitz

I am going to close this, but feel free to reopen.

jgrss avatar May 01 '24 08:05 jgrss

@jgrss Have you tested this package with pyproj >=3.6.0? When I opened this issue previously, I was using python 3.8, but I'm trying to move to python 3.10 now, and I'd like to be able to use the more recent pyproj libraries, if possible.

DManowitz avatar Jul 21 '24 06:07 DManowitz

I will test pyproj>=3.6 and see if we can upgrade the requirement.

jgrss avatar Jul 22 '24 22:07 jgrss