Skip to content

Commit

Permalink
constrain pyproj version
Browse files Browse the repository at this point in the history
The handling of the network error might need to change with the next release.
  • Loading branch information
AdeelH committed Nov 26, 2024
1 parent 47b0b19 commit 0da3c03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rastervision_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
name = 'rastervision_core'
version = '0.31.2-dev'
description = 'A rastervision plugin that adds geospatial machine learning pipelines'
requirement_constraints = {}
requirement_constraints = {
'pyproj': '<=3.7.0',
}

here = abspath(dirname(__file__))

Expand Down

0 comments on commit 0da3c03

Please sign in to comment.