Skip to content

Commit

Permalink
update numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Mar 7, 2023
1 parent a5580ee commit ee32cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bnlearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = '[email protected]'
__version__ = '0.7.12'
__version__ = '0.7.13'

try:
import pgmpy
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
install_requires=['pgmpy>=0.1.18',
'networkx>=2.7.1',
'matplotlib>=3.3.4',
'numpy=1.24.1',
install_requires=["pgmpy>=0.1.18",
"networkx>=2.7.1",
"matplotlib>=3.3.4",
"numpy>=1.24.1",
'pandas',
'tqdm',
'ismember',
Expand Down

0 comments on commit ee32cf3

Please sign in to comment.