Skip to content

Commit

Permalink
Preparing tweaks for next PyPi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Sep 27, 2023
1 parent 7729829 commit 72d752f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
matplotlib>=3.7.0
numpy>=1.23.5
pandas>=1.5.3
numpy>=1.24.4
pandas>=2.0.3
scipy>=1.10.0
seaborn>=0.12.2
setuptools>=65.6.3
termcolor>=2.3.0
tqdm>=4.64.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import pathlib

__version__ = "0.2.00"
__version__ = "0.2.10"

# The directory containing this file
HERE = pathlib.Path(__file__).parent
Expand Down

0 comments on commit 72d752f

Please sign in to comment.