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 a9c3a2b commit bac5c87Copy full SHA for bac5c87
src/anaconda/manifest.json
@@ -31,7 +31,6 @@
31
"numpy",
32
"certifi",
33
"setuptools",
34
- "future",
35
"wheel",
36
"nbconvert",
37
"py",
src/anaconda/test-project/test.sh
@@ -34,7 +34,6 @@ checkPythonPackageVersion "cookiecutter" "2.1.1"
checkPythonPackageVersion "mistune" "2.0.3"
checkPythonPackageVersion "numpy" "1.22"
checkPythonPackageVersion "setuptools" "65.5.1"
-checkPythonPackageVersion "future" "0.18.3"
38
checkPythonPackageVersion "wheel" "0.38.1"
39
checkPythonPackageVersion "nbconvert" "6.5.1"
40
checkPythonPackageVersion "werkzeug" "3.0.3"
0 commit comments