Skip to content

Commit

Permalink
Merge pull request #197 from knaaptime/pyproj_pin
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime authored May 31, 2022
2 parents 5578854 + a70efb2 commit 54c22e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .ci/37.yml → .ci/310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.10
- deprecation
- geopandas>=0.9
- joblib
Expand All @@ -22,10 +22,11 @@ dependencies:
- urbanaccess
- rvlib
- numba
- pyproj >=3

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

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

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
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
environment-file: [.ci/37.yml, .ci/38.yml, .ci/39.yml]
environment-file: [.ci/38.yml, .ci/39.yml, .ci/310.yml]
experimental: [false]
fail-fast: [false]

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 54c22e3

Please sign in to comment.