Skip to content

Commit

Permalink
chore: reduce dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jul 9, 2024
1 parent 1a20141 commit 630bf29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install '.[test]'
pip install kaleido==0.1.0.post1 # fixing kaleido version within runner, known issue: https://github.com/plotly/Kaleido/issues/134
- name: Run 'base' Tests
run: |
pytest --ignore tests/osm/ --ignore tests/analyse_network --ignore tests/test_analyse_network.py
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,23 @@ version = "0.0.1"

dependencies = [
'assess-gtfs',
'beautifulsoup4',
'cartopy',
'dask[dataframe]',
'folium',
'geocube',
'geopandas',
'gtfs_kit==5.2.7',
'haversine',
'kaleido',
'osmium',
'pandas<2.1.0',
'plotly',
'pretty_html_table',
'pyarrow>=14.0.1', # 14.0.0 has security vulnerability
'pyproj>=3.6.0',
'pyprojroot',
'rioxarray',
'mapclassify',
'matplotlib>=3.7.0',
'r5py==0.1.0',
'rasterio',
'requests',
'seaborn',
'scikit-image',
'scipy',
'toml',
'numpy==1.26.4',
'tqdm',
'xyzservices',
Expand All @@ -70,6 +61,9 @@ docs = [
'jupyterlab',
'nbformat>=4.2.0',
'quartodoc',
'requests',
'seaborn',
'toml',
]

[tool.setuptools]
Expand Down

0 comments on commit 630bf29

Please sign in to comment.