Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
f9ca6e3d
Commit
f9ca6e3d
authored
Mar 11, 2022
by
rusty1s
Browse files
[ci skip]
parent
a44a5862
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
conda/pytorch-scatter/build_conda.sh
conda/pytorch-scatter/build_conda.sh
+1
-1
setup.py
setup.py
+2
-2
No files found.
conda/pytorch-scatter/build_conda.sh
View file @
f9ca6e3d
...
@@ -11,7 +11,7 @@ if [ "${CUDA_VERSION}" = "cpu" ]; then
...
@@ -11,7 +11,7 @@ if [ "${CUDA_VERSION}" = "cpu" ]; then
else
else
case
$CUDA_VERSION
in
case
$CUDA_VERSION
in
cu115
)
cu115
)
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.
3
.*"
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.
5
.*"
;;
;;
cu113
)
cu113
)
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.3.*"
export
CONDA_CUDATOOLKIT_CONSTRAINT
=
"cudatoolkit==11.3.*"
...
...
setup.py
View file @
f9ca6e3d
...
@@ -89,7 +89,7 @@ def get_extensions():
...
@@ -89,7 +89,7 @@ def get_extensions():
install_requires
=
[]
install_requires
=
[]
test_require
=
[
test_require
s
=
[
'pytest'
,
'pytest'
,
'pytest-cov'
,
'pytest-cov'
,
]
]
...
@@ -106,7 +106,7 @@ setup(
...
@@ -106,7 +106,7 @@ setup(
python_requires
=
'>=3.7'
,
python_requires
=
'>=3.7'
,
install_requires
=
install_requires
,
install_requires
=
install_requires
,
extras_require
=
{
extras_require
=
{
'test'
:
test_require
,
'test'
:
test_require
s
,
},
},
ext_modules
=
get_extensions
()
if
not
BUILD_DOCS
else
[],
ext_modules
=
get_extensions
()
if
not
BUILD_DOCS
else
[],
cmdclass
=
{
cmdclass
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment