We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913ea26 commit 9f34de1Copy full SHA for 9f34de1
pyproject.toml
@@ -1,12 +1,16 @@
1
[tool.poetry]
2
-name = "basemath-analysis"
+name = "basemath"
3
version = "0.1.0"
4
description = "A library for BaseMath's test, a novel Group Sequential Testing approach that enables the user to stop early."
5
authors = ["Data Products GYG <engineering.data-products@getyourguide.com>"]
6
license = "Apache License 2.0"
7
readme = "README.md"
8
repository = "https://github.com/getyourguide/basemath"
9
10
+[project]
11
+# Name for PYPI package
12
+name = "basemath-analysis"
13
+
14
[tool.poetry.dependencies]
15
python = "^3.8"
16
numpy = "^1.14.0"
0 commit comments