Skip to content

Commit 8ea9b93

Browse files
authored
Merge pull request #13 from CyberAgentAILab/fix/package
Fix dependency error
2 parents 2506ab4 + 2f466f2 commit 8ea9b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dte_adj"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "This is a Python library for a research paper 'Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction'"
99
readme = "README.md"
1010
requires-python = ">=3.6"
@@ -17,7 +17,7 @@ classifiers = [
1717
dependencies = [
1818
"numpy~=1.26",
1919
"matplotlib~=3.7",
20-
"scypy~=1.13.1"
20+
"scipy~=1.13.1"
2121
]
2222

2323
[project.urls]

0 commit comments

Comments
 (0)