Skip to content

Commit

Permalink
fix: Update setup.py to support Python 3.12.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
slewsys committed Jul 19, 2024
1 parent 23d7a5a commit 55d35b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import d2l

requirements = [
'jupyter==1.0.0',
'numpy==1.23.5',
'matplotlib==3.7.2',
'matplotlib-inline==0.1.6',
'requests==2.31.0',
'pandas==2.0.3',
'scipy==1.10.1'
'jupyterlab==4.2.2',
'numpy==2.0.0',
'matplotlib==3.9.1',
'matplotlib-inline==0.1.7',
'requests==2.32.3',
'pandas==2.2.2',
'scipy==1.14.0'
]

setup(
Expand Down

0 comments on commit 55d35b5

Please sign in to comment.