Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 26, 2023
1 parent 30236e2 commit 51620ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def get_version() -> str:
# grpcio 1.44.0 is the min version compatible with both protobuf 3 and 4
GRPC_VERSION_FLOOR = "1.44.0"

# ver = get_version()
# # dont pin dev installs to avoid pip dep resolver issues
# pin = "" if ver == "1!0+dev" else f"=={ver}"
ver = get_version()
# dont pin dev installs to avoid pip dep resolver issues
pin = "" if ver == "1!0+dev" else f"=={ver}"

setup(
name="dagster",
Expand Down

0 comments on commit 51620ff

Please sign in to comment.