Skip to content

Commit

Permalink
fix: conda build needs testing env now
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Jan 11, 2024
1 parent 5969f94 commit b674d6a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ requirements:
- loopprojectfile
- beartype

# test:
# imports:
# - map2loop
test:
imports:
- map2loop

about:
home: "https://github.com/Loop3D/map2loop-3"
Expand Down
27 changes: 14 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@ def get_description():
description="Generate 3D model data from 2D maps.",
long_description=get_description(),
long_description_content_type="text/markdown",
install_requires=[
"numpy",
# "gdal",
"pandas",
"geopandas",
"shapely",
"tqdm",
"networkx",
"owslib",
"hjson",
"loopprojectfile",
"map2model"
],
# install_requires=[
# "numpy",
# # "gdal",
# "pandas",
# "geopandas",
# "shapely",
# "tqdm",
# "networkx",
# "owslib",
# "hjson",
# "loopprojectfile",
# "beartype",
# "map2model"
# ],
url="https://github.com/Loop3D/map2loop-3",
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit b674d6a

Please sign in to comment.