Skip to content

Commit

Permalink
Set upper limit for pydot version 3.0.0 (#2814)
Browse files Browse the repository at this point in the history
### Changes

Set upper limit for pydot version 3.0.0

### Reason for changes

Pydot 3.0.0 broke saving and loading with special characters
  • Loading branch information
AlexanderDokuchaev authored Jul 16, 2024
1 parent cae4012 commit 2ffaabb
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 @@ -111,7 +111,7 @@ def find_version(*file_paths):
"packaging>=20.0",
"pandas>=1.1.5,<2.3",
"psutil",
"pydot>=1.4.1",
"pydot>=1.4.1, <3.0.0",
"pymoo>=0.6.0.1",
"rich>=13.5.2",
"scikit-learn>=0.24.0",
Expand Down

0 comments on commit 2ffaabb

Please sign in to comment.