-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
individual
locate
test, tqdm, & bare minimal testing env (#324)
* break out locate tests * address tqdm & bare min testing * bump min scipy to 1.2.1 * bump min scipy to 1.3.2 * bump min pandas to 1.0.5 * bump min geopandas to 0.8.0 * bump min geopandas to 0.10.0 * pin min tqdm in 3.9; remove from 3.8 * try 3.11 testing again * 3.11 shapely>=2 * update codecov; drop 310-DEV,310-shapely * update supported versions
- Loading branch information
Showing
18 changed files
with
1,482 additions
and
1,032 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: test | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- geopandas>=0.10.0 | ||
- libpysal | ||
- matplotlib | ||
- networkx | ||
- numpy>=1.21 | ||
- pandas>=1.0.5 | ||
- scikit-learn>=0.22 | ||
- scipy>=1.3.2 | ||
- shapely | ||
- spaghetti | ||
- tqdm=>4.27.0 | ||
# testing | ||
- codecov | ||
- coverage | ||
- pytest | ||
- pytest-cov | ||
- pytest-xdist | ||
# docs | ||
- nbsphinx | ||
- numpydoc | ||
- sphinx<=4.5.0 | ||
- sphinxcontrib-bibtex | ||
- sphinx_bootstrap_theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
geopandas>=0.7 | ||
geopandas>=0.10.0 | ||
libpysal | ||
networkx | ||
numpy>=1.3 | ||
pandas>=1 | ||
numpy>=1.21 | ||
pandas>=1.0.5 | ||
pulp | ||
scikit-learn>=0.22 | ||
scipy>=0.11 | ||
scipy>=1.3.2 | ||
spaghetti | ||
tqdm>=4.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
black | ||
pre-commit | ||
tqdm>=4.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.