Skip to content

Commit

Permalink
Fix in requirements, make sure 3.7 still works
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Apr 3, 2022
1 parent 2c294f4 commit ffdb819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ urllib3==1.26.5
# Utils
cached-property==1.5.2
watchdog==0.10.2
pandas==1.4.1
numpy==1.22.3
pandas<=1.4.1
numpy<=1.22.3
async_generator==1.10
asyncio_extras==1.3.2
bcrypt==3.2.0
Expand Down

0 comments on commit ffdb819

Please sign in to comment.