Skip to content

Commit

Permalink
Update all libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Augusto Almeida committed Nov 13, 2018
1 parent 74a72f4 commit bf33f24
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 11 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ docs:
$(MAKE) -C docs html
open docs/_build/html/index.html

release: clean
python setup.py sdist upload
python setup.py bdist_wheel upload
release-test:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

release:
twine upload dist/*

dist: clean
python setup.py sdist
Expand Down
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
numpy = "==1.15.4"
deap = "==1.2.2"
sphinxcontrib-napoleon = "==0.7"
Optunity = "==1.1.1"
sphinx_rtd_theme = "==0.4.2"

[dev-packages]
twine = "*"

[requires]
python_version = "3.6"
361 changes: 361 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf33f24

Please sign in to comment.