Browse Source

Dependencies

master
Pete Shadbolt 5 years ago
parent
commit
bbeeecff35
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      doc/makefile
  3. +1
    -1
      setup.py

+ 1
- 1
Makefile View File

@@ -10,4 +10,4 @@ sdist:

deploy: sdist doc
$(MAKE) -C $(DOC_DIR) deploy
python setup.py sdist upload
twine upload dist/*

+ 1
- 1
doc/makefile View File

@@ -192,5 +192,5 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

deploy:
rsync -rv ./_build/html/ pete@pete:site/static/abp/
rsync -rvP ./_build/html/ pete@peteshadbolt.co.uk:abp/abp/


+ 1
- 1
setup.py View File

@@ -13,5 +13,5 @@ setup(
description = "Port of C++ due to Simon Anders and Hans J Briegel",
keywords = "quantum",
setup_requires = ["numpy"],
install_requires = ["numpy", "networkx", "requests"],
install_requires = ["numpy", "networkx", "requests", "six"],
)

Loading…
Cancel
Save