Skip to content

Commit

Permalink
Update dependency versions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Sep 5, 2023
1 parent 2f29b6e commit f621ad0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ authors = [
]
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"dagit == 1.4.11",
"dagster == 1.4.11",
"dagster-cloud == 1.4.11",
"numpy == 1.24.2",
Expand All @@ -36,9 +37,6 @@ dev = [
"pytest == 7.4.1"
]

[metadata]
name = dags

[tool.setuptools.packages.find]
exclude = ["*_tests"]

Expand Down

0 comments on commit f621ad0

Please sign in to comment.