We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c157d64 + b4301c6 commit fbf5db6Copy full SHA for fbf5db6
PyPi Package/setup.py
@@ -2,14 +2,15 @@
2
3
setup(
4
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',
+
+ 'numpy==1.23.5',
+ 'pandas==1.5.3',
+ 'matplotlib==3.7.2',
+ 'scikit-learn==1.2.2',
+ 'seaborn==0.12.2',
+ 'ngt==2.0.4',
+ 'anytree==2.8',
13
+ 'treelib==1.6.1',
14
]
15
-)
16
+)
requirements.txt
@@ -1,10 +1,10 @@
1
ngt>=2.0.4
-numpy>=1.22.4
+numpy>=1.23.5
pandas>=1.5.3
-matplotlib>=3.7.1
+matplotlib>=3.7.2
scikit-learn>=1.2.2
seaborn>=0.12.2
-anytree>=2.8.0
+anytree>=2.8
treelib>=1.6.1
pytest>=6.2.5
coverage>=6.3.1
0 commit comments