Skip to content

Commit

Permalink
tested for pytest error #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Jan 31, 2024
1 parent 33c6499 commit 0430663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ channels:
- in-core
dependencies:
- gdal
- branca>=0.3.0
- branca<=0.7.0
- contextily>=1.0.0
- deprecated
- geopandas>=0.14.0
- geopandas<=0.14.2
- ipyleaflet>=0.16.0
- ipywidgets>=7.6.0
- lxml>=4.6.3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
},

install_requires=[
'branca>=0.3.0',
'branca<=0.7.0',
'contextily>=1.0.0',
'deprecated',
'geopandas>=0.14.0',
'geopandas<=0.14.2',
'ipyleaflet>=0.16.0',
'ipywidgets>=7.6.0',
'lxml>=4.6.3',
Expand Down

0 comments on commit 0430663

Please sign in to comment.