Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .ci/311-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ channels:
- conda-forge
dependencies:
- python=3.11
- geopandas
- matplotlib
- networkx
- numpy>=1.21
- pandas>=1.0.5
- pip
- scikit-learn>=0.22
- scipy>=1.3.2
- spaghetti
- tqdm>=4.27.0
# testing
- codecov
- coverage
- pytest
- pytest-cov
- pytest-xdist
- pip:
- git+https://github.com/geopandas/geopandas.git
- git+https://github.com/networkx/networkx.git
- git+https://github.com/pysal/libpysal.git
- git+https://github.com/pysal/spaghetti.git
5 changes: 0 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
- name: install pulp via pip
shell: bash -l {0}
run: pip install pulp

- name: install bleeding edge libpysal@main (only Ubuntu w/ latest Python)
shell: bash -l {0}
run: pip install git+https://github.com/pysal/libpysal.git@main
if: matrix.os == 'ubuntu-latest' && contains(matrix.environment-file, 'DEV')

- name: environment info
shell: bash -l {0}
Expand Down