Skip to content

Commit a312b58

Browse files
authored
BLD: delete shapely version dependence (#460)
* BLD: delete shapely version dependence * BLD: delete redundant packages
1 parent 2b86e39 commit a312b58

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/envs/39-latest-conda-forge.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies:
1919
- similaritymeasures
2020
- jupyter
2121
- geopandas>=0.10.0
22-
- shapely<=1.8.5
2322
- pygeos>=0.10.0
2423

2524
# tests

environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- python
77
- numpy
88
- matplotlib
9-
- pandas
109
- geopandas>=0.10.0
1110
- scikit-learn
1211
- networkx
@@ -18,4 +17,3 @@ dependencies:
1817
- tqdm
1918
- similaritymeasures
2019
- pygeos>=0.10.0
21-
- shapely<=1.8.5

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
numpy
22
matplotlib
3-
pandas
43
geopandas>=0.10.0
54
scikit-learn
65
networkx
@@ -12,5 +11,3 @@ tqdm
1211
similaritymeasures
1312
pygeos>=0.10.0
1413
virtualenv
15-
pytest
16-
shapely<=1.8.5

0 commit comments

Comments
 (0)