Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d05f54cc authored by hhakim's avatar hhakim
Browse files

Fix indicated Python minor version in setup.py and anaconda guide.

parent e1a0b8b9
Branches
Tags
No related merge requests found
Checking pipeline status
......@@ -50,7 +50,7 @@ Within Anaconda you can also create a virtual environment and install pyfaust th
Create the virtual environment:
conda create -n pyfaust_venv python==3.9
conda create -n pyfaust_venv python==@PY3_VER@
Add conda-forge channel (it is necessary for the pyfaust dependencies):
......
......@@ -86,7 +86,7 @@ setup(
""",
long_description_content_type='text/markdown',
classifiers = [ 'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: @PY3_VER@',
@GPU_CUDA_VERSION_PYPI_CLASSIFIER@],
install_requires = [@PYFAUST_PYTHON_REQUIREMENTS_AS_PYLIST@],
license = "3-clause BSD 2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment