Skip to content

Commit b4301c6

Browse files
authored
Update setup.py
1 parent 44f8478 commit b4301c6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

PyPi Package/setup.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
setup(
44
install_requires=[
5-
'numpy>=1.18.5',
6-
'pandas>=1.0.3',
7-
'matplotlib>=3.2.1',
8-
'scikit-learn>=0.22.1',
9-
'seaborn>=0.10.1',
10-
'ngt>=1.11.6',
11-
'anytree>=2.8.0',
12-
'treelib>=1.6.1',
5+
6+
'numpy==1.23.5',
7+
'pandas==1.5.3',
8+
'matplotlib==3.7.2',
9+
'scikit-learn==1.2.2',
10+
'seaborn==0.12.2',
11+
'ngt==2.0.4',
12+
'anytree==2.8',
13+
'treelib==1.6.1',
1314
]
1415

15-
)
16+
)

0 commit comments

Comments
 (0)