Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmo1019 committed Feb 15, 2023
1 parent 82a5e63 commit 8c06f5f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/CausalEGM.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: CausalEGM
Version: 0.2.7
Version: 0.2.9
Summary: CausalEGM: a general causal inference framework by encoding generative modeling
Home-page: https://github.com/SUwonglab/CausalEGM
Author: Qiao Liu
Expand Down
4 changes: 1 addition & 3 deletions src/CausalEGM.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
tensorflow-gpu==2.8.0
tensorflow-determinism==0.3.0
protobuf==3.20.0
tensorflow==2.8.0
scikit-learn
pandas
python-dateutil
2 changes: 1 addition & 1 deletion src/CausalEGM/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.2.7'
__version__ = '0.2.9'
from .causalEGM import CausalEGM
from .util import Base_sampler, Semi_acic_sampler, Sim_Hirano_Imbens_sampler, Sim_Sun_sampler, Sim_Colangelo_sampler, Semi_Twins_sampler
2 changes: 1 addition & 1 deletion src/build/lib/CausalEGM/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.2.7'
__version__ = '0.2.9'
from .causalEGM import CausalEGM
from .util import Base_sampler, Semi_acic_sampler, Sim_Hirano_Imbens_sampler, Sim_Sun_sampler, Sim_Colangelo_sampler, Semi_Twins_sampler
6 changes: 2 additions & 4 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="CausalEGM",
version="0.2.7",
version="0.2.9",
author="Qiao Liu",
author_email="[email protected]",
description="CausalEGM: a general causal inference framework by encoding generative modeling",
Expand All @@ -11,9 +11,7 @@
url="https://github.com/SUwonglab/CausalEGM",
packages=setuptools.find_packages(),
install_requires=[
'tensorflow-gpu==2.8.0',
'tensorflow-determinism==0.3.0',
'protobuf==3.20.0',
'tensorflow==2.8.0',
'scikit-learn',
'pandas',
'python-dateutil'
Expand Down

0 comments on commit 8c06f5f

Please sign in to comment.