Spaces:
Sleeping
Sleeping
ZakoST
commited on
Commit
·
3076cdf
1
Parent(s):
3d58904
Changes in requirements
Browse files- poetry.lock +13 -23
- pyproject.toml +1 -1
- 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 = "
|
| 923 |
description = "IPython: Productive Interactive Computing"
|
| 924 |
optional = false
|
| 925 |
-
python-versions = ">=3.
|
| 926 |
groups = ["main"]
|
| 927 |
files = [
|
| 928 |
-
{file = "ipython-
|
| 929 |
-
{file = "ipython-
|
| 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", "
|
|
|
|
| 949 |
matplotlib = ["matplotlib"]
|
| 950 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 (
|
| 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==
|
| 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
|