Skip to content

Commit

Permalink
Upgraded Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
da115115 committed Dec 12, 2022
1 parent 388e963 commit 1285223
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 271 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/to_be_checked/
/results/
__pycache__/
/Pipfile.lock
248 changes: 0 additions & 248 deletions Pipfile.lock

This file was deleted.

40 changes: 17 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.10.8
attrs==22.1.0 ; python_version >= '3.5'
certifi==2022.12.7 ; python_version >= '3.6'
click==8.1.3 ; python_version >= '3.7'
click-plugins==1.1.1
click==8.0.3; python_version >= '3.6'
cligj==0.7.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' and python_version < '4'
fiona==1.8.20
geopandas==0.10.2
cligj==0.7.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' and python_version < '4'
fiona==1.8.22
geopandas==0.12.2
munch==2.5.0
neobase==0.25.2
networkx==2.6.3
numpy==1.22.1
pandas==1.3.5; python_full_version >= '3.7.1'
pyproj==3.3.0; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2021.3
setuptools==60.5.0; python_version >= '3.7'
shapely==1.8.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
neobase==0.29.2
networkx==2.8.8
numpy==1.23.5
packaging==22.0 ; python_version >= '3.7'
pandas==1.5.2 ; python_version >= '3.8'
pyproj==3.4.0 ; python_version >= '3.8'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2022.6
setuptools==65.6.3 ; python_version >= '3.7'
shapely==2.0.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'

0 comments on commit 1285223

Please sign in to comment.