Skip to content

Commit

Permalink
Actually add pyproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthompson committed Jun 12, 2023
1 parent 1e10d0b commit 5db96d8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
46 changes: 24 additions & 22 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "statistical_methods_library"
version = "12.0.1-rc1"
version = "12.0.1-rc2"
description = ""
authors = ["Your Name <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
pyspark = "3.1.1"
python = ">=3.7"
pyspark = "^3.3"

[tool.poetry.group.dev.dependencies]
toml = "^0.10.2"
Expand Down

0 comments on commit 5db96d8

Please sign in to comment.