From d3af8044b7b2d84b44e68ee536596c6ea826999b Mon Sep 17 00:00:00 2001 From: Andrew White Date: Wed, 24 Jul 2024 09:34:33 -0700 Subject: [PATCH] Updating isntalls for python 3.12 --- python/docs/requirements.in | 2 ++ python/docs/requirements.txt | 29 +++++++++++++---------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/python/docs/requirements.in b/python/docs/requirements.in index 03f3c96..5e1ccbb 100644 --- a/python/docs/requirements.in +++ b/python/docs/requirements.in @@ -7,3 +7,5 @@ pandas matplotlib skunk svglib +numpy==1.26.4 # some shit about setuptool (https://github.com/numpy/numpy/issues/23808) +pyyaml==6.0.2rc1 # needed for cython 3 release (which is dependency somwehere) \ No newline at end of file diff --git a/python/docs/requirements.txt b/python/docs/requirements.txt index 50bdfaf..d643f5a 100644 --- a/python/docs/requirements.txt +++ b/python/docs/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: # # pip-compile requirements.in # @@ -8,6 +8,10 @@ alabaster==0.7.12 # via sphinx anyio==3.5.0 # via jupyter-server +appnope==0.1.4 + # via + # ipykernel + # ipython argon2-cffi==21.3.0 # via # jupyter-server @@ -66,8 +70,6 @@ gitdb==4.0.9 # via gitpython gitpython==3.1.27 # via nbdime -greenlet==1.1.2 - # via sqlalchemy idna==3.3 # via # anyio @@ -75,11 +77,7 @@ idna==3.3 imagesize==1.3.0 # via sphinx importlib-metadata==4.11.3 - # via - # myst-nb - # sphinx -importlib-resources==5.6.0 - # via jsonschema + # via myst-nb ipykernel==6.11.0 # via # ipywidgets @@ -197,8 +195,9 @@ nest-asyncio==1.5.5 # notebook notebook==6.4.10 # via widgetsnbextension -numpy==1.22.3 +numpy==1.26.4 # via + # -r requirements.in # matplotlib # pandas # scipy @@ -263,8 +262,9 @@ pytz==2022.1 # via # babel # pandas -pyyaml==6.0 +pyyaml==6.0.2rc1 # via + # -r requirements.in # myst-nb # myst-parser pyzmq==22.3.0 @@ -278,7 +278,7 @@ requests==2.27.1 # via # nbdime # sphinx -scipy==1.8.0 +scipy==1.14.0 # via seaborn seaborn==0.11.2 # via -r requirements.in @@ -381,10 +381,7 @@ wheel==0.37.1 widgetsnbextension==3.6.0 # via ipywidgets zipp==3.8.0 - # via - # importlib-metadata - # importlib-resources + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools -CairoSVG