Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 committed Jan 3, 2024
1 parent f67dde4 commit ffd85ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ suncalc
keplergl
scikit-opt
transbigdata
mapbox_vector_tile
vt2geojson
requests
tqdm
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Bug Tracker": "https://github.com/ni1o1/pybdshadow/issues",
},
install_requires=[
"numpy", "pandas", "shapely", "geopandas", "matplotlib","suncalc","keplergl","transbigdata","vt2geojson","requests","tqdm","retrying"
"numpy", "pandas", "shapely", "geopandas", "matplotlib","suncalc","keplergl","transbigdata","mapbox_vector_tile","vt2geojson","requests","tqdm","retrying"
],
classifiers=[
"Operating System :: OS Independent",
Expand All @@ -26,11 +26,10 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
package_dir={'pybdshadow': 'src/pybdshadow'},
packages=['pybdshadow'],
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit ffd85ea

Please sign in to comment.