ZakoST commited on
Commit
3076cdf
·
1 Parent(s): 3d58904

Changes in requirements

Browse files
Files changed (3) hide show
  1. poetry.lock +13 -23
  2. pyproject.toml +1 -1
  3. requirements.txt +1 -2
poetry.lock CHANGED
@@ -919,20 +919,19 @@ test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0)", "pytest-asyncio
919
 
920
  [[package]]
921
  name = "ipython"
922
- version = "9.0.2"
923
  description = "IPython: Productive Interactive Computing"
924
  optional = false
925
- python-versions = ">=3.11"
926
  groups = ["main"]
927
  files = [
928
- {file = "ipython-9.0.2-py3-none-any.whl", hash = "sha256:143ef3ea6fb1e1bffb4c74b114051de653ffb7737a3f7ab1670e657ca6ae8c44"},
929
- {file = "ipython-9.0.2.tar.gz", hash = "sha256:ec7b479e3e5656bf4f58c652c120494df1820f4f28f522fb7ca09e213c2aab52"},
930
  ]
931
 
932
  [package.dependencies]
933
  colorama = {version = "*", markers = "sys_platform == \"win32\""}
934
  decorator = "*"
935
- ipython-pygments-lexers = "*"
936
  jedi = ">=0.16"
937
  matplotlib-inline = "*"
938
  pexpect = {version = ">4.3", markers = "sys_platform != \"win32\" and sys_platform != \"emscripten\""}
@@ -943,28 +942,19 @@ traitlets = ">=5.13.0"
943
  typing_extensions = {version = ">=4.6", markers = "python_version < \"3.12\""}
944
 
945
  [package.extras]
946
- all = ["ipython[doc,matplotlib,test,test-extra]"]
947
  black = ["black"]
948
- doc = ["docrepr", "exceptiongroup", "intersphinx_registry", "ipykernel", "ipython[test]", "matplotlib", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "sphinx_toml (==0.0.4)", "typing_extensions"]
 
949
  matplotlib = ["matplotlib"]
950
- test = ["packaging", "pytest", "pytest-asyncio (<0.22)", "testpath"]
 
 
 
 
 
951
  test-extra = ["curio", "ipython[test]", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.23)", "pandas", "trio"]
952
 
953
- [[package]]
954
- name = "ipython-pygments-lexers"
955
- version = "1.1.1"
956
- description = "Defines a variety of Pygments lexers for highlighting IPython code."
957
- optional = false
958
- python-versions = ">=3.8"
959
- groups = ["main"]
960
- files = [
961
- {file = "ipython_pygments_lexers-1.1.1-py3-none-any.whl", hash = "sha256:a9462224a505ade19a605f71f8fa63c2048833ce50abc86768a0d81d876dc81c"},
962
- {file = "ipython_pygments_lexers-1.1.1.tar.gz", hash = "sha256:09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81"},
963
- ]
964
-
965
- [package.dependencies]
966
- pygments = "*"
967
-
968
  [[package]]
969
  name = "jedi"
970
  version = "0.19.2"
 
919
 
920
  [[package]]
921
  name = "ipython"
922
+ version = "8.34.0"
923
  description = "IPython: Productive Interactive Computing"
924
  optional = false
925
+ python-versions = ">=3.10"
926
  groups = ["main"]
927
  files = [
928
+ {file = "ipython-8.34.0-py3-none-any.whl", hash = "sha256:0419883fa46e0baa182c5d50ebb8d6b49df1889fdb70750ad6d8cfe678eda6e3"},
929
+ {file = "ipython-8.34.0.tar.gz", hash = "sha256:c31d658e754673ecc6514583e7dda8069e47136eb62458816b7d1e6625948b5a"},
930
  ]
931
 
932
  [package.dependencies]
933
  colorama = {version = "*", markers = "sys_platform == \"win32\""}
934
  decorator = "*"
 
935
  jedi = ">=0.16"
936
  matplotlib-inline = "*"
937
  pexpect = {version = ">4.3", markers = "sys_platform != \"win32\" and sys_platform != \"emscripten\""}
 
942
  typing_extensions = {version = ">=4.6", markers = "python_version < \"3.12\""}
943
 
944
  [package.extras]
945
+ all = ["ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]", "ipython[test,test-extra]"]
946
  black = ["black"]
947
+ doc = ["docrepr", "exceptiongroup", "intersphinx_registry", "ipykernel", "ipython[test]", "matplotlib", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "sphinxcontrib-jquery", "tomli", "typing_extensions"]
948
+ kernel = ["ipykernel"]
949
  matplotlib = ["matplotlib"]
950
+ nbconvert = ["nbconvert"]
951
+ nbformat = ["nbformat"]
952
+ notebook = ["ipywidgets", "notebook"]
953
+ parallel = ["ipyparallel"]
954
+ qtconsole = ["qtconsole"]
955
+ test = ["packaging", "pickleshare", "pytest", "pytest-asyncio (<0.22)", "testpath"]
956
  test-extra = ["curio", "ipython[test]", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.23)", "pandas", "trio"]
957
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  [[package]]
959
  name = "jedi"
960
  version = "0.19.2"
pyproject.toml CHANGED
@@ -13,7 +13,7 @@ dependencies = [
13
  "pandas (>=2.2.3,<3.0.0)",
14
  "qdrant-client (==1.7)",
15
  "numpy (==1.26.4)",
16
- "ipython (>=9.0.2,<10.0.0)",
17
  "ipykernel (>=6.29.5,<7.0.0)",
18
  "iprogress (>=0.4,<0.5)",
19
  "openai (>=1.70.0,<2.0.0)",
 
13
  "pandas (>=2.2.3,<3.0.0)",
14
  "qdrant-client (==1.7)",
15
  "numpy (==1.26.4)",
16
+ "ipython (==8.34.0)",
17
  "ipykernel (>=6.29.5,<7.0.0)",
18
  "iprogress (>=0.4,<0.5)",
19
  "openai (>=1.70.0,<2.0.0)",
requirements.txt CHANGED
@@ -31,8 +31,7 @@ hyperframe==6.1.0
31
  idna==3.10
32
  IProgress==0.4
33
  ipykernel==6.29.5
34
- ipython==9.0.2
35
- ipython_pygments_lexers==1.1.1
36
  jedi==0.19.2
37
  Jinja2==3.1.6
38
  jiter==0.9.0
 
31
  idna==3.10
32
  IProgress==0.4
33
  ipykernel==6.29.5
34
+ ipython==8.34.0
 
35
  jedi==0.19.2
36
  Jinja2==3.1.6
37
  jiter==0.9.0