Skip to content

Commit

Permalink
merged main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jul 26, 2023
2 parents acd8e03 + 7f5eec8 commit 3e365ad
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license = GNU AFFERO GENERAL PUBLIC LICENSE
python_requires = >=3.8
packages = find:
install_requires =
matplotlib==3.7.1
numpy==1.24.2
pandas==1.5.3
shapely==2.0.1
obspy==1.4.0
geopandas==0.12.2
cartopy==0.21.1
notebook==6.5.3
matplotlib
numpy
pandas
shapely
obspy
geopandas
cartopy
notebook

[options.packages.find]
include=catalog_tools*
Expand All @@ -24,6 +24,7 @@ include=catalog_tools*
dev =
autopep8
flake8
isort
pytest
pytest-cov
tox

0 comments on commit 3e365ad

Please sign in to comment.