Skip to content

Commit

Permalink
Update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Mar 11, 2024
1 parent a9646bb commit e79487b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# netex-parse

![Build Status](https://img.shields.io/github/actions/workflow/status/Nuckal777/netex-parse/test.yaml?branch=master)

Multi-threaded parser for public transport data in the [NeTEx](https://netex-cen.eu/) format build with Rust, which generates graphs for stations and connections with timetables as output.
It can produce CSV files or a custom memory-mappable binary format.
During processing non-sensical data is filtered.
Expand Down
4 changes: 2 additions & 2 deletions ors/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LatLon23==1.0.7
openrouteservice==2.3.3
pandas==1.5.0
tqdm==4.64.1
pandas==1.5.3
tqdm==4.66.2

0 comments on commit e79487b

Please sign in to comment.