Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Manhaeve committed Jan 26, 2024
1 parent 04cf646 commit ab0f6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="deepproblog",
version="2.0.4",
version="2.0.5",
description="DeepProbLog: Problog with neural networks",
long_description=readme,
long_description_content_type='text/markdown',
Expand All @@ -33,7 +33,7 @@
"torch",
"torchvision"],
extras_require={
"approximate": ["pyswip @ git+https://github.com/ML-KULeuven/pyswip.git#egg=pyswip"],
# "approximate": ["pyswip @ git+https://github.com/ML-KULeuven/pyswip.git#egg=pyswip"],
"examples": ["Pillow"],
"tests": ["pytest"],
},
Expand Down

0 comments on commit ab0f6bd

Please sign in to comment.