Skip to content

Commit

Permalink
Update setup.py, fixed #13
Browse files Browse the repository at this point in the history
  • Loading branch information
xbais authored Nov 22, 2024
1 parent 5f5f3f9 commit 66d5a57
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ def run(self):
package_dir = {'':'src'},
packages=['minimark'],
install_requires=[
'numpy',
'numpy==2.1.2',
'argparse',
'textual',
'textual_image',
'matplotlib',
'pillow',
'cairosvg',
'tqdm',
'art',
'textual==0.85.1',
'textual_image==0.6.6',
'matplotlib==3.9.2',
'pillow==11.0.0',
'cairosvg==2.7.1',
'tqdm==4.66.6',
'art==6.3',
'tree-sitter==0.21.3',
'tree-sitter-languages==1.10.2',
'asyncio',
'requests',
'asyncio==3.4.3',
'requests==2.32.3',
],
license='GPLv3',
classifiers=[
Expand Down

0 comments on commit 66d5a57

Please sign in to comment.