Skip to content

Commit

Permalink
BLD: restrct pandas version (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyeehh committed Jul 5, 2021
1 parent 215c6fc commit 0588812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/envs/37-latest-conda-forge.yaml
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.7
- matplotlib
- numpy
- pandas
- pandas<=1.2.5
- geopandas
- scikit-learn
- networkx
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/38-latest-conda-forge.yaml
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.8
- matplotlib
- numpy
- pandas
- pandas<=1.2.5
- geopandas
- scikit-learn
- networkx
Expand Down
2 changes: 1 addition & 1 deletion ci/envs/39-latest-conda-forge.yaml
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.9
- matplotlib
- numpy
- pandas
- pandas<=1.2.5
- geopandas
- scikit-learn
- networkx
Expand Down

0 comments on commit 0588812

Please sign in to comment.