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.
1 parent 1abda36 commit 2e7f8b9Copy full SHA for 2e7f8b9
CPAC/info.py
@@ -161,6 +161,5 @@ def get_cpac_gitversion():
161
"simplejson==3.15.0",
162
"traits==4.6.0",
163
"PyBASC==0.4.5",
164
- "pathlib==1.0.1",
165
"voluptuous>=0.12.0",
166
]
cpac_install.sh
@@ -108,7 +108,6 @@ pip_packages=(
108
"simplejson==3.15.0"
109
"python-dateutil==2.7.3"
110
"PyBASC==0.4.5"
111
- "pathlib==1.0.1"
112
)
113
114
##### Helper functions for installing system dependencies.
requirements.txt
@@ -24,5 +24,4 @@ simplejson==3.15.0
24
scikit-learn==0.22.1
25
traits==4.6.0
26
PyBASC==0.4.5
27
-pathlib==1.0.1
28
voluptuous>=0.12.0
0 commit comments