We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86e39 commit a312b58Copy full SHA for a312b58
.github/envs/39-latest-conda-forge.yaml
@@ -19,7 +19,6 @@ dependencies:
19
- similaritymeasures
20
- jupyter
21
- geopandas>=0.10.0
22
-- shapely<=1.8.5
23
- pygeos>=0.10.0
24
25
# tests
environment.yml
@@ -6,7 +6,6 @@ dependencies:
6
- python
7
- numpy
8
- matplotlib
9
-- pandas
10
11
- scikit-learn
12
- networkx
@@ -18,4 +17,3 @@ dependencies:
18
17
- tqdm
requirements.txt
@@ -1,6 +1,5 @@
1
numpy
2
matplotlib
3
-pandas
4
geopandas>=0.10.0
5
scikit-learn
networkx
@@ -12,5 +11,3 @@ tqdm
similaritymeasures
13
pygeos>=0.10.0
14
virtualenv
15
-pytest
16
-shapely<=1.8.5
0 commit comments