Skip to content

Commit

Permalink
Merge pull request #13 from CyberAgentAILab/fix/package
Browse files Browse the repository at this point in the history
Fix dependency error
  • Loading branch information
TomeHirata authored Jul 16, 2024
2 parents 2506ab4 + 2f466f2 commit 8ea9b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

[project.urls]
Expand Down

0 comments on commit 8ea9b93

Please sign in to comment.