Skip to content

Commit d177056

Browse files
Update pip requirements and remove unused libraries from notebooks
1 parent 010673a commit d177056

5 files changed

+1
-17
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11.3

03_error-analysis-ELONGATION-AREA.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"import matplotlib.pyplot as plt\n",
2222
"import seaborn as sns\n",
2323
"import pandas as pd\n",
24-
"import dask.dataframe as dd\n",
2524
"import dask_geopandas as dgp\n",
2625
"import dask\n",
2726
"import momepy as mp\n",

04_bretagne-case-study.ipynb

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"source": [
99
"import pandas as pd\n",
1010
"import numpy as np\n",
11-
"import geopandas as gpd\n",
12-
"import momepy as mp\n",
1311
"import seaborn as sns\n",
1412
"import matplotlib.pyplot as plt\n",
1513
"import seaborn as sns\n",

requirements.txt

-12
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,5 @@ matplotlib>=3.3.4
2121
mapclassify
2222
seaborn
2323

24-
# testing
25-
pytest>=3.1.0
26-
pytest-cov
27-
codecov
28-
29-
# spatial access methods
30-
rtree>=0.9
31-
32-
# styling
33-
black
34-
pre-commit
35-
3624
# PostGIS writing
3725
GeoAlchemy2

src/dbmods.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
import pandas as pd
44
from sshtunnel import SSHTunnelForwarder
55
from dotenv import load_dotenv
6-
import numpy as np
76
import os
8-
import pyarrow as pa
97

108
## The host
119
ssh_host = ('194.163.151.34', 22)

0 commit comments

Comments
 (0)