Skip to content

Commit

Permalink
Update requirements.txt and conda.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray310 committed Jun 14, 2024
1 parent 23b2a99 commit 4f8c947
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions conda_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.9.12
- black=19.10b0
- folium=0.12.1.post1
- geopandas=0.9.0
- python=3.12.3
- black=24.4.2
- coverage=7.2.2
- folium=0.14.0
- geopandas=0.14.2
- jupyter=1.0.0
- matplotlib=3.5.1
- nbqa=1.3.1
- notebook=6.4.11
- pandas=1.4.2
- pip=21.2.4
- pydocstyle=6.1.1
- pylint=2.12.2
- pytest=7.1.2
- scikit-learn=1.0.2
- scipy=1.7.3
- shapely=1.7.1
- matplotlib=3.8.4
- nbqa=1.8.5
- notebook=7.0.8
- numpy=1.26.4
- pandas=2.2.1
- pip=24.0
- pydocstyle=6.3.0
- pylint=3.2.2
- pytest=7.4.4
- scikit-learn=1.4.2
- scipy=1.13.1
- shapely=2.0.1
- pip:
- panda-helper==0.0.2
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 4f8c947

Please sign in to comment.