Skip to content

Commit

Permalink
[daggy-u] [essentials] - Update Python and Dagster versions (#19869)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR updates the Python and Dagster versions in the Requirements
portion of Dagster Essentials.

## How I Tested These Changes
  • Loading branch information
erinkcochran87 authored Feb 16, 2024
1 parent ad928cb commit f9ac489
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lesson: '2'

To install Dagster, you’ll need:

- **To install Python**. Dagster supports Python 3.8 through 3.11.
- **To install Python**. Dagster supports Python 3.8 through 3.12.
- **A package manager like pip or poetry**. If you need to install a package manager, refer to the following installation guides:
- [pip](https://pip.pypa.io/en/stable/installation/)
- [Poetry](https://python-poetry.org/docs/)
Expand All @@ -31,5 +31,5 @@ pip --version
To install Dagster into your current Python environment:

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

1 comment on commit f9ac489

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-7nz3hstvv-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit f9ac489.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.