Skip to content

Commit

Permalink
Updating isntalls for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Jul 24, 2024
1 parent c361ce5 commit d3af804
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 2 additions & 0 deletions python/docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
29 changes: 13 additions & 16 deletions python/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
#
# 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
#
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
Expand Down Expand Up @@ -66,20 +70,14 @@ gitdb==4.0.9
# via gitpython
gitpython==3.1.27
# via nbdime
greenlet==1.1.2
# via sqlalchemy
idna==3.3
# via
# anyio
# requests
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit d3af804

Please sign in to comment.