-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from michaelosthege/sobol_seq
- Loading branch information
Showing
4 changed files
with
355 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
from setuptools import setup | ||
|
||
setup(name='sobol_seq', | ||
version='0.1.2', | ||
description='Sobol sequence generator', | ||
url='https://github.com/naught101/sobol_seq', | ||
author='naught101', | ||
author_email='naught101@gmail.com', | ||
license='MIT', | ||
packages=['sobol_seq'], | ||
install_requires=[ | ||
'scipy', | ||
'numpy' | ||
], | ||
zip_safe=False) | ||
setup( | ||
name='sobol_seq', | ||
version='0.2.0', | ||
description='Sobol sequence generator', | ||
url='https://github.com/naught101/sobol_seq', | ||
author='naught101', | ||
author_email='naught101@gmail.com', | ||
license='MIT', | ||
packages=['sobol_seq'], | ||
install_requires=[ | ||
'scipy', | ||
'numpy' | ||
], | ||
zip_safe=False | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.