Skip to content

Commit

Permalink
Merge pull request #218 from google-research/rajat_dev
Browse files Browse the repository at this point in the history
Removing ipython dependency
  • Loading branch information
rajatsen91 authored Jan 15, 2025
2 parents a3ab787 + 13ac0c6 commit ded73ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# e.g. poetry version 0.1.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 1.2.6
poetry version 1.2.7
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "timesfm"
packages = [{ include = "timesfm", from = "src" }]
description = "Open weights time-series foundation model from Google Research."
version = "1.2.5"
version = "1.2.7"
authors = [
"Rajat Sen <[email protected]>",
"Yichen Zhou <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,6 @@ huggingface_hub = { version = ">=0.23.0", extras = ["cli"] }
scikit-learn = ">=1.2.2"
typer = ">=0.12.3"
wandb = ">=0.17.5"
ipython = "^8.27.0"
absl-py = ">=1.4.0"

[tool.poetry.extras]
Expand Down

0 comments on commit ded73ed

Please sign in to comment.