Skip to content

Commit

Permalink
Removes explicit jinja2 dependency (#168)
Browse files Browse the repository at this point in the history
jlaura authored Nov 12, 2021
1 parent b222c8a commit 07c7b6d
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ dependencies:
- scipy
- protobuf
- affine
- jinja2
- networkx
- pandas
- sqlalchemy
1 change: 0 additions & 1 deletion environment_noGDAL.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ dependencies:
- scipy
- protobuf
- affine
- jinja2
- networkx
- pandas
- sqlalchemy
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ requirements:
- scipy
- certifi
- pyproj
- jinja2


test:
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ def setup_package():
'gdal',
'numpy',
'pyproj',
'jinja2',
'pvl',
'protobuf',
'h5py',

0 comments on commit 07c7b6d

Please sign in to comment.