Skip to content

Commit

Permalink
[FIX] fix iPython version (#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: marcopeix <marco@nixtla.io>
  • Loading branch information
elephaint and marcopeix authored Mar 3, 2025
1 parent 3a95885 commit e8f0c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- snappy<1.2.0
- pip:
- nbdev
- ipython<=8.32.0
- black
- polars
- ray[tune]>=2.2.0
Expand Down
1 change: 1 addition & 0 deletions environment-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- s3fs
- pip:
- nbdev
- ipython<=8.32.0
- black
- polars
- "ray[tune]>=2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ status = 2
requirements = coreforecast>=0.0.6 fsspec numpy>=1.21.6 pandas>=1.3.5 torch>=2.0.0 pytorch-lightning>=2.0.0 ray[tune]>=2.2.0 optuna utilsforecast>=0.2.3
spark_requirements = fugue pyspark>=3.5
aws_requirements = fsspec[s3]
dev_requirements = black gitpython hyperopt matplotlib mypy nbdev==2.3.25 polars pre-commit pyarrow ruff s3fs transformers
dev_requirements = black gitpython hyperopt ipython<=8.32.0 matplotlib mypy nbdev==2.3.25 polars pre-commit pyarrow ruff s3fs transformers
nbs_path = nbs
doc_path = _docs
recursive = True
Expand Down

0 comments on commit e8f0c91

Please sign in to comment.