Unverified Commit 8bc1f96a authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

Add dependency of pytorch and ignite back (#145)

* fix lfs

* dependency on  pytorch-ignite-nightly
parent c5cfa898
......@@ -3,4 +3,3 @@
python -m pip install --upgrade pip
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip install tqdm ase tensorboardX pyyaml
pip install pytorch-ignite --no-deps
......@@ -11,8 +11,8 @@ setup_attrs = {
'packages': find_packages(),
'include_package_data': True,
'install_requires': [
# 'torch-nightly',
# 'pytorch-ignite',
'torch-nightly',
'pytorch-ignite-nightly',
'lark-parser',
'h5py',
],
......
This source diff could not be displayed because it is stored in LFS. You can view the blob instead.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment