Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements.txt updates #4

Closed
thomaslobut opened this issue Jul 26, 2022 · 4 comments
Closed

Requirements.txt updates #4

thomaslobut opened this issue Jul 26, 2022 · 4 comments

Comments

@thomaslobut
Copy link

Recreating the requirements from my pc I get:

attrs==21.4.0
certifi==2022.6.15
charset-normalizer==2.1.0
click==8.1.3
click-plugins==1.1.1
cligj==0.7.2
cycler==0.11.0
Fiona==1.8.21
fonttools==4.34.4
geopandas==0.11.1
idna==3.3
kiwisolver==1.4.4
matplotlib==3.5.2
munch==2.5.0
networkx==2.8.5
numpy==1.23.1
osmnx==1.2.1
packaging==21.3
pandas==1.4.3
Pillow==9.2.0
prettymapp==0.0.1
pyparsing==3.0.9
pyproj==3.3.1
python-dateutil==2.8.2
pytz==2022.1
requests==2.28.1
Rtree==1.0.0
Shapely==1.8.2
six==1.16.0
urllib3==1.26.11

Please let me know if it is correct.
Best regards

@chrieke
Copy link
Owner

chrieke commented Jul 26, 2022

Hi thomas, the prettymapp Python package only requires osmnx, which installs some subdependencies, probably what you have in the list above. What seems to be the issue?

@thomaslobut
Copy link
Author

thomaslobut commented Jul 26, 2022 via email

@viperfx
Copy link

viperfx commented Jul 30, 2022

@chrieke perhaps it's a good idea to pin the version of osmnx?

@chrieke
Copy link
Owner

chrieke commented Aug 10, 2022

Tested in new environment. It installs osmnx at 1.2.2, example works.
@viperfx Will pin it at 1.2.2 now.
@thomas75007 osmnx doesnt pin its packages to an exact version, comparsion isn't possible. But, the current installation works.

@chrieke chrieke closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants