Skip to content

Commit fbf5db6

Browse files
authored
Merge pull request #20 from egy1st/main
modifications to requirements.txt file
2 parents c157d64 + b4301c6 commit fbf5db6

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
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+
)

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ngt>=2.0.4
2-
numpy>=1.22.4
2+
numpy>=1.23.5
33
pandas>=1.5.3
4-
matplotlib>=3.7.1
4+
matplotlib>=3.7.2
55
scikit-learn>=1.2.2
66
seaborn>=0.12.2
7-
anytree>=2.8.0
7+
anytree>=2.8
88
treelib>=1.6.1
99
pytest>=6.2.5
1010
coverage>=6.3.1

0 commit comments

Comments
 (0)