Skip to content

Commit

Permalink
more generic pyspark requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
spsoni committed Jun 22, 2023
1 parent c1692f8 commit 36fad15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "faker-pyspark"
version = "0.5.0"
version = "0.6.0"
description = "faker-pyspark is a PySpark DataFrame and Schema provider for the Faker python package"
authors = ["Sury Soni <github@suryasoni.info>"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ packages = [{include = "faker_pyspark"}]
[tool.poetry.dependencies]
python = "^3.8.1"
Faker = "^18.11.1"
pyspark = "^3.0.0"
pyspark = "3.*"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.2"
Expand Down

0 comments on commit 36fad15

Please sign in to comment.