Skip to content

Commit

Permalink
Bump itables to 1.4.5 (#436)
Browse files Browse the repository at this point in the history
* Bump itables to 1.4.5

* Update changelog

Co-authored-by: Michael Chin <[email protected]>
  • Loading branch information
2 people authored and Dave Bechberger committed Mar 1, 2023
1 parent f08fd63 commit 874ac3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
- Fixed failing endpoint creation step in [01-People-Analytics/People-Analytics-using-Neptune-ML](https://github.com/aws/graph-notebook/blob/main/src/graph_notebook/notebooks/04-Machine-Learning/Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb) ([Link to PR](https://github.com/aws/graph-notebook/pull/411))
- Fixed browser-specific issues with fullscreen graph widget ([Link to PR](https://github.com/aws/graph-notebook/pull/427))
- Pinned `numpy<1.24.0` to fix conflicts with `networkx` dependency during installation ([Link to PR](https://github.com/aws/graph-notebook/pull/416))
- Pinned `itables<1.4.3` to fix error occurring when running query magics ([Link to PR](https://github.com/aws/graph-notebook/pull/429))
- Excluded certain `itables` versions causing errors in query magics ([PR #1](https://github.com/aws/graph-notebook/pull/429)) ([PR #2](https://github.com/aws/graph-notebook/pull/429))
- Pinned version ceiling for all dependencies ([Link to PR](https://github.com/aws/graph-notebook/pull/431))
- Truncated metadata request/query time metrics ([Link to PR](https://github.com/aws/graph-notebook/pull/425))

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setuptools>=65.5.1,<=66.0.0
nbconvert>=6.3.0,<=7.2.8
jedi<0.18.0
markupsafe<2.1.0
itables>=1.0.0,<1.4.3
itables>=1.0.0,<=1.4.5,!=1.4.3,!=1.4.4
pandas<=1.5.3
numpy<1.24.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_version():
'nbconvert>=6.3.0,<=7.2.8',
'jedi<0.18.0',
'markupsafe<2.1.0',
'itables>=1.0.0,<1.4.3',
'itables>=1.0.0,<=1.4.5,!=1.4.3,!=1.4.4',
'pandas<=1.5.3',
'numpy<1.24.0'
],
Expand Down

0 comments on commit 874ac3b

Please sign in to comment.