-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.py
More file actions
20 lines (18 loc) · 759 Bytes
/
Copy pathsetup.py
File metadata and controls
20 lines (18 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
from setuptools import setup
setup(
name='Peepo',
version='0.1.1',
author='Hayo Carrette',
author_email='hayo.ce@gmail.com',
packages=['peepo', 'peepo.bot', 'peepo.evolution', 'peepo.playground', 'peepo.pp', 'peepo.tests',
'peepo.visualize'],
scripts=[],
url='https://peepo.ai',
license='LICENSE',
description='Personhood through Predictive Processing.',
long_description=open('README.md').read(),
install_requires=['scipy', 'numpy', 'matplotlib', 'pgmpy', 'pandas', 'wrapt', 'networkx', 'pygame', 'flask',
'cython', 'pomegranate==0.14.8', 'pathos', 'seaborn', 'agentpy', 'pgmax', 'jax'],
setup_requires=[]
)
# "pip install git+https://github.com/jmschrei/pomegranate.git"