Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _shared_utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies = [
"seaborn>=0.11.2,<0.12.0",
"stonesoup==1.8",
"tqdm>=4.66.0",
"vegafusion==2.0.3",
"vl-convert-python>=1.6.0",
"xmltodict>=0.13.0,<0.14",
]

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ members = [
"portfolio",
"rt_segment_speeds",
"rt_delay",
"rt_predictions",
"thruway_intercity_bus",
"sb125_analyses",
]

[tool.uv]
Expand Down
17 changes: 17 additions & 0 deletions rt_predictions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "rt-predictions"
version = "0.1.0"
requires-python = ">=3.11.0, <3.12.0"
dependencies = [
"shared-utils",
"calitp-data-analysis",
"vegafusion[embed]>=1.5.0",
"vl-convert-python>=1.6.0",
]

[tool.uv]
package = false

[tool.uv.sources]
shared-utils = { workspace = true }
calitp-data-analysis = { workspace = true }
1 change: 0 additions & 1 deletion rt_predictions/requirements.txt

This file was deleted.

16 changes: 16 additions & 0 deletions sb125_analyses/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[project]
name = "sb125-analyses"
version = "0.1.0"
requires-python = ">=3.11.0, <3.12.0"
dependencies = [
"shared-utils",
"calitp-data-analysis",
"pygris",
]

[tool.uv]
package = false

[tool.uv.sources]
shared-utils = { workspace = true }
calitp-data-analysis = { workspace = true }
17 changes: 17 additions & 0 deletions thruway_intercity_bus/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "thruway-intercity-bus"
version = "0.1.0"
requires-python = ">=3.11.0, <3.12.0"
dependencies = [
"shared-utils",
"calitp-data-analysis",
"vegafusion[embed]>=1.5.0",
"vl-convert-python>=1.6.0",
]

[tool.uv]
package = false

[tool.uv.sources]
shared-utils = { workspace = true }
calitp-data-analysis = { workspace = true }
2 changes: 0 additions & 2 deletions thruway_intercity_bus/requirements.txt

This file was deleted.

76 changes: 72 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading