Skip to content

Commit

Permalink
pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jun 27, 2024
1 parent 4147713 commit cb70c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- jupyterlab
- matplotlib
- numba>=0.55.0
- numpy>=1.21.6
- pandas>=1.3.5,<2.2
- numpy>=1.21.6,<2
- pandas>=1.3.5
- pyspark>=3.3
- pip
- prophet
Expand Down
2 changes: 1 addition & 1 deletion dev/local_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- jupyterlab
- matplotlib
- numba>=0.55.0
- numpy>=1.21.6
- numpy>=1.21.6,<2
- pandas>=1.3.5
- pip
- prophet
Expand Down

0 comments on commit cb70c6c

Please sign in to comment.