Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Jun 13, 2024
1 parent 3cc8773 commit 67f4048
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
7 changes: 2 additions & 5 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
-e file:util
# via
# -r stan/test_requirements.txt
# -r torch/test_requirements.txt
# -r util/test_requirements.txt
# gptools-torch
alabaster==0.7.16
# via
Expand Down Expand Up @@ -316,7 +314,7 @@ ipykernel==6.29.4
# jupyterlab
# myst-nb
# qtconsole
ipython==8.25.0
ipython==8.18.1
# via
# -r stan/test_requirements.txt
# -r torch/test_requirements.txt
Expand Down Expand Up @@ -615,7 +613,7 @@ nest-asyncio==1.6.0
# -r util/test_requirements.txt
# ipykernel
# nbclient
networkx==3.3
networkx==3.2.1
# via
# -r stan/test_requirements.txt
# -r torch/test_requirements.txt
Expand Down Expand Up @@ -1139,7 +1137,6 @@ typing-extensions==4.12.2
# -r util/test_requirements.txt
# anyio
# async-lru
# ipython
# myst-nb
# sqlalchemy
# torch
Expand Down
3 changes: 2 additions & 1 deletion shared_requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nbclient<=0.5.13 # Required for myst-nb.
ipython!=8.7.0 # https://github.com/ipython/ipython/issues/13845
ipython<=8.18.1
networkx<=3.2.1
9 changes: 5 additions & 4 deletions stan/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ipykernel==6.29.4
# jupyterlab
# myst-nb
# qtconsole
ipython==8.25.0
ipython==8.18.1
# via
# -r stan/../shared_requirements.in
# ipykernel
Expand Down Expand Up @@ -272,8 +272,10 @@ nest-asyncio==1.6.0
# via
# ipykernel
# nbclient
networkx==3.3
# via gptools-stan
networkx==3.2.1
# via
# -r stan/../shared_requirements.in
# gptools-stan
nh3==0.2.17
# via readme-renderer
notebook==7.2.1
Expand Down Expand Up @@ -524,7 +526,6 @@ typing-extensions==4.12.2
# via
# anyio
# async-lru
# ipython
# myst-nb
# sqlalchemy
tzdata==2024.1
Expand Down
6 changes: 3 additions & 3 deletions torch/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ipykernel==6.29.4
# jupyterlab
# myst-nb
# qtconsole
ipython==8.25.0
ipython==8.18.1
# via
# -r torch/../shared_requirements.in
# ipykernel
Expand Down Expand Up @@ -276,8 +276,9 @@ nest-asyncio==1.6.0
# via
# ipykernel
# nbclient
networkx==3.3
networkx==3.2.1
# via
# -r torch/../shared_requirements.in
# gptools-torch
# torch
nh3==0.2.17
Expand Down Expand Up @@ -517,7 +518,6 @@ typing-extensions==4.12.2
# via
# anyio
# async-lru
# ipython
# myst-nb
# sqlalchemy
# torch
Expand Down
6 changes: 3 additions & 3 deletions util/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ipykernel==6.29.4
# jupyterlab
# myst-nb
# qtconsole
ipython==8.25.0
ipython==8.18.1
# via
# -r util/../shared_requirements.in
# ipykernel
Expand Down Expand Up @@ -272,8 +272,9 @@ nest-asyncio==1.6.0
# via
# ipykernel
# nbclient
networkx==3.3
networkx==3.2.1
# via
# -r util/../shared_requirements.in
# gptools-util
# torch
nh3==0.2.17
Expand Down Expand Up @@ -508,7 +509,6 @@ typing-extensions==4.12.2
# via
# anyio
# async-lru
# ipython
# myst-nb
# sqlalchemy
# torch
Expand Down

0 comments on commit 67f4048

Please sign in to comment.