Skip to content

Commit 4f8c947

Browse files
committed
Update requirements.txt and conda.yaml
1 parent 23b2a99 commit 4f8c947

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

conda_environment.yaml

+17-15
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python=3.9.12
7-
- black=19.10b0
8-
- folium=0.12.1.post1
9-
- geopandas=0.9.0
6+
- python=3.12.3
7+
- black=24.4.2
8+
- coverage=7.2.2
9+
- folium=0.14.0
10+
- geopandas=0.14.2
1011
- jupyter=1.0.0
11-
- matplotlib=3.5.1
12-
- nbqa=1.3.1
13-
- notebook=6.4.11
14-
- pandas=1.4.2
15-
- pip=21.2.4
16-
- pydocstyle=6.1.1
17-
- pylint=2.12.2
18-
- pytest=7.1.2
19-
- scikit-learn=1.0.2
20-
- scipy=1.7.3
21-
- shapely=1.7.1
12+
- matplotlib=3.8.4
13+
- nbqa=1.8.5
14+
- notebook=7.0.8
15+
- numpy=1.26.4
16+
- pandas=2.2.1
17+
- pip=24.0
18+
- pydocstyle=6.3.0
19+
- pylint=3.2.2
20+
- pytest=7.4.4
21+
- scikit-learn=1.4.2
22+
- scipy=1.13.1
23+
- shapely=2.0.1
2224
- pip:
2325
- panda-helper==0.0.2

requirements.txt

-269 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)