Skip to content

Commit

Permalink
Pin requirements, pin pyvista to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Jul 20, 2023
1 parent d915452 commit 98ef2bc
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 15 deletions.
1 change: 0 additions & 1 deletion cityStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ def main(inputs,
WHERE v.pandref <@ {cm_ids}::character varying[];
"""
).format(cm_ids=cm_ids)
# click.echo(conn.print_query(query))
if output is not None:
output_addr = output.with_name(output.stem + "_addr").with_suffix('.csv')
click.echo(f"Writing addresses output to {output_addr}...")
Expand Down
59 changes: 45 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,46 @@
numpy
pyvista
scipy
cython
pymeshfix
click
pandas
geopandas
tqdm
shapely
mapbox-earcut
miniball
rtree
scikit-learn
attrs==23.1.0
certifi==2023.5.7
charset-normalizer==3.2.0
click==8.1.6
click-plugins==1.1.1
cligj==0.7.2
contourpy==1.1.0
cycler==0.11.0
Cython==3.0.0
Fiona==1.9.4.post1
fonttools==4.41.0
geopandas==0.13.2
idna==3.4
importlib-metadata==6.8.0
importlib-resources==6.0.0
joblib==1.3.1
kiwisolver==1.4.4
mapbox-earcut==1.0.1
matplotlib==3.7.2
miniball==1.2.0
numpy==1.24.4
packaging==23.1
pandas==2.0.3
Pillow==10.0.0
platformdirs==3.9.1
pooch==1.7.0
pymeshfix==0.16.2
pyparsing==3.0.9
pyproj==3.5.0
python-dateutil==2.8.2
pytz==2023.3
pyvista==0.37.0
requests==2.31.0
Rtree==1.0.1
scikit-learn==1.3.0
scipy==1.10.1
scooby==0.7.2
shapely==2.0.1
six==1.16.0
threadpoolctl==3.2.0
tqdm==4.65.0
tzdata==2023.3
urllib3==2.0.4
vtk==9.2.6
zipp==3.16.2
git+https://github.com/balazsdukai/[email protected]#egg=pgutils

0 comments on commit 98ef2bc

Please sign in to comment.