fix: pip version
Browse files- pre-requirements.txt +1 -0
- requirements.txt +0 -1
pre-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip==20.2.4
|
requirements.txt
CHANGED
@@ -16,7 +16,6 @@ nglview
|
|
16 |
PyTDC==0.3.7
|
17 |
gradio==3.12.0
|
18 |
markdown-it-py>=2.1.0
|
19 |
-
jupyter-packaging
|
20 |
mols2grid>=0.2.0
|
21 |
numpy==1.23.5
|
22 |
pandas>=1.0.0
|
|
|
16 |
PyTDC==0.3.7
|
17 |
gradio==3.12.0
|
18 |
markdown-it-py>=2.1.0
|
|
|
19 |
mols2grid>=0.2.0
|
20 |
numpy==1.23.5
|
21 |
pandas>=1.0.0
|