Skip to content

Commit

Permalink
FIX transfer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Apr 16, 2023
1 parent 1731671 commit 14d330f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup

setup(
name='torchegranate',
version='0.5.0',
name='pomegranate',
version='1.0.0',
author='Jacob Schreiber',
author_email='jmschreiber91@gmail.com',
packages=['torchegranate', 'torchegranate.distributions', 'torchegranate.hmm'],
packages=['pomegranate', 'pomegranate.distributions', 'pomegranate.hmm'],
url='https://github.com/jmschrei/torchegranate',
license='LICENSE.txt',
description='A rewrite of pomegranate using PyTorch.',
description='A PyTorch implementation of probabilistic models.',
install_requires=[
'numpy >= 1.22.2',
'scipy >= 1.6.2',
Expand Down

0 comments on commit 14d330f

Please sign in to comment.