Skip to content

Commit

Permalink
fix: Dependencies issue with new version of geopandas breaking read_f…
Browse files Browse the repository at this point in the history
…ile on remote zip files. Also, fixed errant line that installed the old version of map2model
  • Loading branch information
RoyThomsonMonash committed May 31, 2023
1 parent 94dbe32 commit 4eb720a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
numpy
pandas
geopandas
geopandas=0.12.2
shapely
tqdm
# descartes
# matplotlib-base
networkx
owslib
map2model
# mplstereonet
hjson
loopprojectfile
beartype
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,18 @@ def get_description():
description="Generate 3D model data from 2D maps.",
long_description=get_description(),
long_description_content_type="text/markdown",
# install_requires=[],
install_requires=[
"numpy",
"gdal",
"pandas",
"geopandas",
"shapely",
"tqdm",
# "descartes",
# "matplotlib",
"networkx",
"owslib",
# "mplstereonet",
"hjson",
"loopprojectfile",
"map2model-loop3d"
"map2model"
],
url="https://github.com/Loop3D/map2loop-3",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 4eb720a

Please sign in to comment.