Skip to content

Commit

Permalink
[daggy-u] bump project_dagster_university_start to 1.6.* (#19566)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Dagster University training material is in the process of being updated
to v1.6.* -- to
prepare for that, the start project needs to be on this version.

## How I Tested These Changes

Ran the project locally, and confirmed no errors were present:

```bash
pip install -e ".[dev]"
```

Duplicate the `.env.example` file and rename it to `.env`.

Then, start the Dagster UI web server:

```bash
dagster dev
```
  • Loading branch information
cmpadden authored Feb 6, 2024
1 parent 9481478 commit 22a4a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/project_dagster_university_start/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="dagster_university",
packages=find_packages(exclude=["dagster_university_tests"]),
install_requires=[
"dagster==1.5.*",
"dagster==1.6.*",
"dagster-cloud",
"dagster-duckdb",
"geopandas",
Expand Down

0 comments on commit 22a4a84

Please sign in to comment.