Skip to content

Commit

Permalink
missing == in requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswinder9051998 committed Feb 22, 2022
1 parent 9f629b4 commit fb11c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas>=1.3.0
numpy~=1.21
scipy=1.4.1
scipy==1.4.1
plotly==5.6.0
colorlog==6.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def list_reqs(fname='requirements.txt'):

#setup initialization
setup(name='zoofs',
version='0.1.7',
version='0.1.8',
url='https://github.com/jaswinder9051998/zoofs',
author='JaswinderSingh',
author_email='[email protected]',
Expand Down

0 comments on commit fb11c0b

Please sign in to comment.