Skip to content

Commit

Permalink
fixed problem in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Nov 9, 2024
1 parent d42a605 commit 10c5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_file(filename):
packages=[x for x in find_packages() if x.startswith("pm4py")],
url='https://processintelligence.solutions/',
license='AGPL 3.0',
install_requires=read_file("requirements_stable.txt").split("\n"),
install_requires=read_file("requirements.txt").split("\n"),
project_urls={
'Documentation': 'https://processintelligence.solutions/pm4py/',
'Source': 'https://github.com/pm4py/pm4py-source',
Expand Down

0 comments on commit 10c5345

Please sign in to comment.