Merge pull request #218 from google-research/rajat_dev
Removing ipython dependency
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
# e.g. poetry version 0.1.${{ github.run_number }}
|
# e.g. poetry version 0.1.${{ github.run_number }}
|
||||||
- name: Set Version number
|
- name: Set Version number
|
||||||
run: |
|
run: |
|
||||||
poetry version 1.2.6
|
poetry version 1.2.7
|
||||||
- name: Build and Publish to PyPI
|
- name: Build and Publish to PyPI
|
||||||
run: |
|
run: |
|
||||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
+1
-2
@@ -2,7 +2,7 @@
|
|||||||
name = "timesfm"
|
name = "timesfm"
|
||||||
packages = [{ include = "timesfm", from = "src" }]
|
packages = [{ include = "timesfm", from = "src" }]
|
||||||
description = "Open weights time-series foundation model from Google Research."
|
description = "Open weights time-series foundation model from Google Research."
|
||||||
version = "1.2.5"
|
version = "1.2.7"
|
||||||
authors = [
|
authors = [
|
||||||
"Rajat Sen <senrajat@google.com>",
|
"Rajat Sen <senrajat@google.com>",
|
||||||
"Yichen Zhou <yichenzhou@google.com>",
|
"Yichen Zhou <yichenzhou@google.com>",
|
||||||
@@ -34,7 +34,6 @@ huggingface_hub = { version = ">=0.23.0", extras = ["cli"] }
|
|||||||
scikit-learn = ">=1.2.2"
|
scikit-learn = ">=1.2.2"
|
||||||
typer = ">=0.12.3"
|
typer = ">=0.12.3"
|
||||||
wandb = ">=0.17.5"
|
wandb = ">=0.17.5"
|
||||||
ipython = "^8.27.0"
|
|
||||||
absl-py = ">=1.4.0"
|
absl-py = ">=1.4.0"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|||||||
Reference in New Issue
Block a user