Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 27, 2023
1 parent aa09516 commit c856641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#conda create -n env_scatterd python=3.6
#conda activate env_scatterd
#conda install spyder

matplotlib
numpy
seaborn
requests
colourmap>="1.1.11"
colourmap>="1.1.12"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = fh.read()

setuptools.setup(
install_requires=['matplotlib','numpy','colourmap>=1.1.11','seaborn','requests'],
install_requires=['matplotlib','numpy','colourmap>=1.1.12','seaborn','requests'],
python_requires='>=3',
name='scatterd',
version=new_version,
Expand Down

0 comments on commit c856641

Please sign in to comment.