Skip to content

Commit

Permalink
chore: Relax numpy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jun 27, 2024
1 parent 554f100 commit 710e8ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies = [
'gtfs_kit==5.2.7',
'haversine',
'kaleido',
'numpy==1.26.4',
'pandas<2.1.0',
'numpy',
'pandas',
'plotly',
'pretty_html_table',
'pyprojroot',
Expand All @@ -60,8 +60,7 @@ dependencies = [
test = [
'coverage',
'pre-commit',
'pytest < 8.0.0',
'pytest-lazy-fixture',
'pytest',
'pytest-mock',
'r5py', # specifically for test_gtfs_utils.py::TestBboxFilterGtfs::test_bbox_filter_gtfs_to_date_builds_network
]
Expand Down

0 comments on commit 710e8ab

Please sign in to comment.