Skip to content

Commit

Permalink
[du] updating to say install 1dot7 (dagster-io#21967)
Browse files Browse the repository at this point in the history
Missed this while updating DU. There's a spot where we install the CLI
first and then install Dagster 1.7 via the project, but we gotta probs
update the CLI command too.
  • Loading branch information
tacastillo authored and danielgafni committed Jun 18, 2024
1 parent dd1c51f commit 85ab73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ pip --version
To install Dagster into your current Python environment:

```shell
pip install 'dagster~=1.6'
pip install 'dagster~=1.7'
```

0 comments on commit 85ab73d

Please sign in to comment.