Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating pinned requirements versions #461

Merged
merged 3 commits into from Apr 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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