Skip to content

Commit

Permalink
remove IPython constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 9, 2024
1 parent 1e7c2bd commit 8eec594
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.2-dev8
## 0.15.2-dev9

### Enhancements

Expand Down
1 change: 0 additions & 1 deletion requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ wheel>=0.38.1
# vulnerabilities in dependency scans
certifi>=2023.7.22
scipy<1.11.4
IPython<8.13
# NOTE(alan) Pinned to avoid error that occurs with 2.4.3:
# AttributeError: 'ResourcePath' object has no attribute 'collection'
Office365-REST-Python-Client<2.4.3
Expand Down
12 changes: 3 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ anyio==4.4.0
# httpx
# jupyter-server
appnope==0.1.4
# via
# ipykernel
# ipython
# via ipykernel
argon2-cffi==23.1.0
# via jupyter-server
argon2-cffi-bindings==21.2.0
Expand All @@ -30,8 +28,6 @@ attrs==24.2.0
# referencing
babel==2.16.0
# via jupyterlab-server
backcall==0.2.0
# via ipython
beautifulsoup4==4.12.3
# via
# -c ./base.txt
Expand Down Expand Up @@ -79,6 +75,7 @@ exceptiongroup==1.2.2
# -c ./base.txt
# -c ./test.txt
# anyio
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.20.0
Expand Down Expand Up @@ -123,9 +120,8 @@ ipykernel==6.29.5
# jupyter-console
# jupyterlab
# qtconsole
ipython==8.12.3
ipython==8.18.1
# via
# -c ././deps/constraints.txt
# -r ./dev.in
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -256,8 +252,6 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==7.4.1
# via -r ./dev.in
platformdirs==3.10.0
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.2-dev8" # pragma: no cover
__version__ = "0.15.2-dev9" # pragma: no cover

0 comments on commit 8eec594

Please sign in to comment.