Skip to content

Commit 941aad5

Browse files
Update setup.py
1 parent 76679fb commit 941aad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description=LONG_DESCRIPTION,
1919
packages=find_packages(),
2020
package_data={"": ["*.json"]},
21-
install_requires=['numpy', 'matplotlib', 'shapely>=1.7', 'pandas>=1.1', 'geopandas>=0.10.2', 'rangel>=0.0.7', 'sphinx', 'myst_parser'],
21+
install_requires=['numpy', 'matplotlib', 'shapely>=1.7', 'pandas>=1.1', 'geopandas>=0.10.2', 'rangel>=0.0.7'],
2222
keywords=['python', 'geospatial', 'linear', 'data', 'event', 'dissolve', 'overlay', 'range', 'numeric', 'interval'],
2323
classifiers=[
2424
"Development Status :: 1 - Planning",

0 commit comments

Comments
 (0)