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
torchani
Commits
6a510ffc
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "94c9417091ddf5b9a5105410a23e350a8dbb8997"
Commit
6a510ffc
authored
Jul 30, 2019
by
Farhad Ramezanghorbani
Committed by
Gao, Xiang
Jul 30, 2019
Browse files
ASE dropped python2 support (#265)
parent
b37110e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
azure/install_dependencies.sh
azure/install_dependencies.sh
+2
-1
azure/install_dependencies_python2.sh
azure/install_dependencies_python2.sh
+6
-0
azure/python2.yml
azure/python2.yml
+1
-1
No files found.
azure/install_dependencies.sh
View file @
6a510ffc
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
python
-m
pip
install
--upgrade
pip
python
-m
pip
install
--upgrade
pip
pip
install
torch_nightly
-f
https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip
install
torch_nightly
-f
https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip
install
tqdm ase pyyaml future
pip
install
tqdm pyyaml future
pip
install
'ase<=3.17'
\ No newline at end of file
azure/install_dependencies_python2.sh
0 → 100755
View file @
6a510ffc
#!/bin/bash
python
-m
pip
install
--upgrade
pip
pip
install
torch_nightly
-f
https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip
install
tqdm pyyaml future
pip2
install
'ase<=3.17'
\ No newline at end of file
azure/python2.yml
View file @
6a510ffc
...
@@ -19,7 +19,7 @@ steps:
...
@@ -19,7 +19,7 @@ steps:
inputs
:
inputs
:
versionSpec
:
'
$(python.version)'
versionSpec
:
'
$(python.version)'
-
script
:
'
azure/install_dependencies.sh
&&
pip
install
.'
-
script
:
'
azure/install_dependencies
_python2
.sh
&&
pip
install
.'
displayName
:
'
Install
dependencies'
displayName
:
'
Install
dependencies'
-
script
:
'
python2
examples/energy_force.py'
-
script
:
'
python2
examples/energy_force.py'
...
...
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