Skip to content

Commit

Permalink
install Cython==3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jul 13, 2024
1 parent f81736e commit d8727bd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
Binary file modified mlsauce/adaopt/_adaoptc.cpython-311-darwin.so
Binary file not shown.
Binary file modified mlsauce/booster/_boosterc.cpython-311-darwin.so
Binary file not shown.
Binary file modified mlsauce/lasso/_lassoc.cpython-311-darwin.so
Binary file not shown.
Binary file modified mlsauce/ridge/_ridgec.cpython-311-darwin.so
Binary file not shown.
Binary file modified mlsauce/stump/_stumpc.cpython-311-darwin.so
Binary file not shown.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import subprocess

subprocess.check_call(['pip', 'install', 'Cython'])
subprocess.check_call(['pip', 'install', 'Cython==3.0.10'])

import os
import platform
Expand All @@ -24,7 +24,6 @@

subprocess.run(['pip', 'install', 'numpy'], check=False)
subprocess.run(['pip', 'install', 'scipy'], check=False)
subprocess.run(['pip', 'install', 'Cython'], check=False)
subprocess.run(['pip', 'install', 'requests'], check=False)

import numpy
Expand Down

0 comments on commit d8727bd

Please sign in to comment.