Spaces:
Sleeping
Sleeping
Fanwang Meng
commited on
Commit
·
6147d3d
1
Parent(s):
5eeb9c4
Reorder the dependencies
Browse files- requirements.txt +4 -4
- requirements_dev.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
|
|
1 |
numpy>=1.21.2
|
2 |
-
scipy==1.11.1
|
3 |
pandas>=1.3.5
|
4 |
pytest>=6.2.5
|
5 |
-
setuptools>=58.0.4
|
6 |
scikit-learn>=1.0.1
|
7 |
-
|
8 |
-
|
|
|
1 |
+
bitarray~=2.5.1
|
2 |
+
importlib-resources>=5.6.0
|
3 |
numpy>=1.21.2
|
|
|
4 |
pandas>=1.3.5
|
5 |
pytest>=6.2.5
|
|
|
6 |
scikit-learn>=1.0.1
|
7 |
+
scipy==1.11.1
|
8 |
+
setuptools>=58.0.4
|
requirements_dev.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
|
|
|
|
|
|
|
|
1 |
numpy>=1.21.2
|
2 |
-
|
3 |
padelpy>=0.1.11
|
4 |
pandas>=1.3.5
|
|
|
5 |
# pytest>=6.2.5
|
6 |
pytest==7.4.0
|
7 |
-
coverage>=6.3.2
|
8 |
pytest-cov>=3.0.0
|
9 |
-
setuptools>=58.0.4
|
10 |
scikit-learn>=1.0.1
|
11 |
-
|
12 |
-
|
13 |
-
bitarray~=2.5.1
|
14 |
-
hypothesis
|
15 |
-
pre-commit
|
|
|
1 |
+
bitarray~=2.5.1
|
2 |
+
coverage>=6.3.2
|
3 |
+
hypothesis
|
4 |
+
importlib-resources>=5.6.0
|
5 |
numpy>=1.21.2
|
6 |
+
openpyxl
|
7 |
padelpy>=0.1.11
|
8 |
pandas>=1.3.5
|
9 |
+
pre-commit
|
10 |
# pytest>=6.2.5
|
11 |
pytest==7.4.0
|
|
|
12 |
pytest-cov>=3.0.0
|
|
|
13 |
scikit-learn>=1.0.1
|
14 |
+
scipy==1.11.1
|
15 |
+
setuptools>=58.0.4
|
|
|
|
|
|