comment out pip check
This commit is contained in:
+3
-2
@@ -31,7 +31,7 @@ requirements:
|
|||||||
- numpy <1.24.0
|
- numpy <1.24.0
|
||||||
- geopandas >=0.11.0
|
- geopandas >=0.11.0
|
||||||
- shapely <1.8.5.post1
|
- shapely <1.8.5.post1
|
||||||
- pygeos >=0.14,<0.2
|
- pygeos >=0.14
|
||||||
- pyproj >=3.3.0
|
- pyproj >=3.3.0
|
||||||
- metpy >=1.2.0
|
- metpy >=1.2.0
|
||||||
- attrs >=20.3,<22
|
- attrs >=20.3,<22
|
||||||
@@ -59,7 +59,8 @@ test:
|
|||||||
imports:
|
imports:
|
||||||
- gdptools
|
- gdptools
|
||||||
commands:
|
commands:
|
||||||
- pip check
|
# Should work with shapely 1.8.5, we can remove this when there is a next release with revised pins.
|
||||||
|
# - pip check
|
||||||
- gdptools --help
|
- gdptools --help
|
||||||
requires:
|
requires:
|
||||||
- pip
|
- pip
|
||||||
|
|||||||
Reference in New Issue
Block a user