Skip to content

Commit

Permalink
add pin for minimum pyproj
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed May 31, 2022
1 parent 5578854 commit b0352a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .ci/37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ dependencies:
- urbanaccess
- rvlib
- numba
- pyproj >=3

# testing, etc
- codecov
- pytest
- pytest-mpl
- pytest-cov
- twine
- jsonschema==3.*
2 changes: 2 additions & 0 deletions .ci/38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dependencies:
- urbanaccess
- rvlib
- numba
- pyproj >=3

# testing, etc
- codecov
- pytest
Expand Down
4 changes: 3 additions & 1 deletion .ci/39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ dependencies:
- tqdm
- urbanaccess
- numba
- pyproj >=3

# testing, etc
- codecov
- pytest
- pytest-mpl
- pytest-cov
- twine
- rvlib
- jsonschema==3.*

# docs
- ipywidgets
- nbsphinx
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ dependencies:
- tqdm
- urbanaccess
- rvlib
- numba
- numba
- pyproj >=3
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ seaborn
tqdm
rvlib>=0.0.5
numba
pyproj>=3

0 comments on commit b0352a4

Please sign in to comment.