Skip to content

Commit

Permalink
Revert "fix setup requirements lib versions"
Browse files Browse the repository at this point in the history
This reverts commit 63d6597.
  • Loading branch information
astonzhang committed Dec 3, 2021
1 parent 63d6597 commit 786f8c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import d2l

requirements = [
'jupyter==1.0.0',
'numpy==1.18.5',
'matplotlib==3.3.3',
'requests==2.25.1',
'pandas==1.2.2'
'jupyter',
'numpy',
'matplotlib',
'requests',
'pandas'
]

setup(
Expand Down

0 comments on commit 786f8c3

Please sign in to comment.