22 Commits

Author SHA1 Message Date
C4K3
7343fc502d Fix osmnx dependency to version 1
Without this it will try to install osmnx version 2, which had breaking
changes and causes prettymaps to fail with the error
```
AttributeError: module 'osmnx' has no attribute 'project_gdf'. Did you mean: 'project_graph'?
```
2024-12-26 06:27:34 -08:00
Marcelo Prates
97d01c0829 fixed problems with requirements.txt versions 2024-07-02 19:50:54 -03:00
Marcelo Prates
f4aab1a676 Fixed minor bugs, added support for vsketch and updated code for compatibility with shapely==2.0.0 and python==3.11 2024-07-02 17:59:10 -03:00
marceloprates
2eeec0c610 Updated version number (v0.2-beta.2 -> v0.2-beta.3) in setup.py, removed unnecessary dependencies, updated README.md 2023-02-15 16:48:08 -03:00
marceloprates
dd2fd80544 Added tabulate and descartes dependencies to requirements.txt 2023-02-13 16:33:48 -03:00
marceloprates
e3a176a0b1 Removed ipykernel dependency from requirements.txt due to dependency conflicts 2023-02-13 15:57:13 -03:00
marceloprates
c0eb528301 Changed version number (v0.1.7 -> v0.1.8), added shapely, ipykernel and pyyaml dependencies to requirements.txt, removed unused imports from draw.py and fetch.py 2023-02-13 14:39:10 -03:00
marceloprates
d024b83954 Changed version number v0.1.6 -> v.0.1.7 and downgraded osmnx to v1.1.2 in an effort to solve a dependency conflict 2023-02-13 13:43:30 -03:00
marceloprates
8679cccf9e Updated version number v0.1.5 -> v0.1.6 and removed unnecessary dependencies from requirements.txt 2023-02-13 13:32:35 -03:00
marceloprates
f895570923 requirements.txt: Updated osmnx version to 1.2.2 2023-02-10 11:03:52 -03:00
marceloprates
78d050ee5b Updated version number, minor changes to draw.py and requirements.txt 2023-02-10 10:48:11 -03:00
marceloprates
9f7de23d84 Downgraded ipykernelto 5.3.4 in requirements.txt to make prettymaps compatible with Google Colab 2022-11-08 10:48:33 -03:00
marceloprates
1bdaf93b9e merge 2022-11-08 09:38:50 -03:00
marceloprates
10d396065d Fixed missing import (pyyaml) and supressed vsketch features due to difficulties in making setup.py install vsketch automatically 2022-11-08 09:36:22 -03:00
Marcelo de Oliveira Rosa Prates
291d808fb3
Update requirements.txt 2022-11-08 09:10:24 -03:00
Marcelo Prates
3d58c60221 Updated osmnx, shapely versions in requirements.txt 2022-07-12 14:22:10 -03:00
Marcelo Prates
7d60660999 Removed IPython dependency 2021-10-01 18:09:32 -03:00
Evan Smith
79454682b8
Whoops, still need ipython 2021-08-30 19:43:10 +01:00
Evan Smith
d5db9865f4
Remove jupyter dependency
The jupyter package isn't used in the code so it can be removed, which also removes a lot of knock-on dependencies as well and makes it quicker to install the project :)
2021-08-30 18:06:23 +01:00
Christoph Rieke
1da63ae4c6 add req.txt 2021-08-28 22:03:13 +02:00
Marcelo Prates
e696e53a74 Replaced requirements.txt by environment.yml 2021-04-10 14:14:21 -03:00
Marcelo Prates
b721b4a941 Added requirements.txt 2021-04-09 11:45:59 -03:00