Skip to content

Commit

Permalink
Downgrade to apache-beam==2.48.0
Browse files Browse the repository at this point in the history
`apache-beam==2.53.0` has the python3.8 requirement it seems. Do we think this would work well or should I just go back to getting a different python version running on CentOS?

https://github.com/apache/beam/blob/v2.53.0/sdks/python/setup.py#L220
  • Loading branch information
ranchodeluxe authored Apr 23, 2024
1 parent 11d8104 commit f387c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords=["virtualenv", "dependencies"]
authors=[{ name = "Nathan Zimmerman", email = "npzimmerman@gmail.com"}]
license= { text = "MIT" }
requires-python=">=3.7"
dependencies = ["apache-beam==2.53.0", "pyspark==3.5.1", "psutil==5.9.8"]
dependencies = ["apache-beam==2.48.0", "pyspark==3.5.1", "psutil==5.9.8"]
dynamic = ["version", "readme"]

[project.urls]
Expand Down

0 comments on commit f387c39

Please sign in to comment.