Skip to content

Commit

Permalink
deployment fixes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelGabriel authored Jun 6, 2024
1 parent 8e0b812 commit c678739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ build-backend = "hatchling.build"

[project]
name = "tabpfn-client"
version = "0.0.14"
version = "0.0.15"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.24.1",
"pandas>=1.3.0",
"omegaconf>=2.3.0",
"tabpfn>=0.1.9",
"password_strength",
]

Expand Down
2 changes: 0 additions & 2 deletions tabpfn_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def init(use_server=True):

g_tabpfn_config.is_initialized = True

print(f"{g_tabpfn_config.is_initialized=}")


def reset():
# reset config
Expand Down

0 comments on commit c678739

Please sign in to comment.