Skip to content

Commit

Permalink
Merge pull request #461 from jGaboardi/req_versions
Browse files Browse the repository at this point in the history
Updating pinned requirements versions
  • Loading branch information
jGaboardi committed Apr 3, 2020
2 parents 5bc502f + b0924e8 commit ab1b097
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 14 deletions.
4 changes: 3 additions & 1 deletion ci/36-GIT-PLUS.yaml
Expand Up @@ -6,14 +6,16 @@ dependencies:
# required
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
- pytest-cov
- codecov
# optional
- geopandas
- geopandas>=0.7.0
# required
- pip
- pip:
Expand Down
2 changes: 2 additions & 0 deletions ci/36-GIT.yaml
Expand Up @@ -6,7 +6,9 @@ dependencies:
# required
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
Expand Down
4 changes: 3 additions & 1 deletion ci/36-PYPI-PLUS.yaml
Expand Up @@ -7,11 +7,13 @@ dependencies:
- libpysal
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
- pytest-cov
- codecov
# optional
- geopandas
- geopandas>=0.7.0
2 changes: 2 additions & 0 deletions ci/36-PYPI.yaml
Expand Up @@ -7,7 +7,9 @@ dependencies:
- libpysal
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
Expand Down
4 changes: 3 additions & 1 deletion ci/37-GIT-PLUS.yaml
Expand Up @@ -6,14 +6,16 @@ dependencies:
# required
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
- pytest-cov
- codecov
# optional
- geopandas
- geopandas>=0.7.0
# required
- pip
- pip:
Expand Down
2 changes: 2 additions & 0 deletions ci/37-GIT.yaml
Expand Up @@ -6,7 +6,9 @@ dependencies:
# required
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
Expand Down
4 changes: 3 additions & 1 deletion ci/37-PYPI-PLUS.yaml
Expand Up @@ -7,11 +7,13 @@ dependencies:
- libpysal
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
- pytest-cov
- codecov
# optional
- geopandas
- geopandas>=0.7.0
2 changes: 2 additions & 0 deletions ci/37-PYPI.yaml
Expand Up @@ -7,7 +7,9 @@ dependencies:
- libpysal
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
Expand Down
4 changes: 3 additions & 1 deletion ci/38-GIT-PLUS.yaml
Expand Up @@ -6,14 +6,16 @@ dependencies:
# required
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
- pytest-cov
- codecov
# optional
- geopandas
- geopandas>=0.7.0
# required
- pip
- pip:
Expand Down
2 changes: 2 additions & 0 deletions ci/38-GIT.yaml
Expand Up @@ -6,7 +6,9 @@ dependencies:
# required
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
Expand Down
4 changes: 3 additions & 1 deletion ci/38-PYPI-PLUS.yaml
Expand Up @@ -7,11 +7,13 @@ dependencies:
- libpysal
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
- pytest-cov
- codecov
# optional
- geopandas
- geopandas>=0.7.0
2 changes: 2 additions & 0 deletions ci/38-PYPI.yaml
Expand Up @@ -7,7 +7,9 @@ dependencies:
- libpysal
- esda
- numpy
- pandas>=1.0
- rtree
- scipy>=1.0
- watermark
# testing
- pytest
Expand Down
13 changes: 8 additions & 5 deletions environment.yml
Expand Up @@ -3,15 +3,18 @@ channels:
- conda-forge
dependencies:
- python=3.7
- geopandas
- descartes
- rtree
- libspatialindex
- pulp
- esda
- geopandas>=0.7.0
- libspatialindex
- matplotlib
- watermark
- numpy
- pandas>=1.0
- pulp
- rtree
- scipy>=1.0
- seaborn
- watermark
- pip
- pip:
- mip
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,5 +1,5 @@
esda
numpy>=1.3
pandas
pandas>=1.0
rtree
scipy>=0.11
scipy>=1.0
2 changes: 1 addition & 1 deletion requirements_plus.txt
@@ -1 +1 @@
geopandas>=0.3.0
geopandas>=0.7.0

0 comments on commit ab1b097

Please sign in to comment.