Skip to content

Commit

Permalink
configured setup.py; reset version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricioArendTorres committed Oct 24, 2023
1 parent c930f77 commit 1e2aa0f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion enflows/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1"
__version__ = "0.0.1"
VERSION = __version__
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ pyyaml
torchtestcase
umnn
parameterized
scipy
scipy
pandas<2.0.0
h5py
19 changes: 16 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,31 @@
description="Normalizing flows in PyTorch. An extension of nflows.",
long_description=long_description,
long_description_content_type='text/markdown',
# url="https://github.com/bayesiains/nflows",
# url="https://github.com/FabricioArendTorres/enflows",
# download_url = 'https://github.com/bayesiains/nflows/archive/v0.14.tar.gz',
author="Conor Durkan, Artur Bekasov, George Papamakarios, Iain Murray",
author="Fabricio Arend Torres, Marcello Massima Negri, Jonathan Aellen",
packages=find_packages(exclude=["tests"]),
license="MIT",
# setup_requires=['pbr'],
install_requires=[
"matplotlib",
"numpy",
"tensorboard",
"torch",
"torchdiffeq",
"tqdm",
"umnn"
"umnn",
"ninja",
"scikit-learn",
"pandas<2.0",
"h5py"
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha "
],
# python_requires='>3.9',
dependency_links=[],
)

0 comments on commit 1e2aa0f

Please sign in to comment.