Skip to content

Commit

Permalink
add reqs version
Browse files Browse the repository at this point in the history
  • Loading branch information
abedinia committed Jul 19, 2024
1 parent 0820eea commit e7cbef4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numpy
scikit-learn
scipy
joblib

numpy==2.0.0
scikit-learn==1.5.1
scipy==1.14.0
joblib==1.4.2
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="db_weights",
version="0.0.6",
version="0.0.7",
author="Aydin Abedinia",
author_email="[email protected]",
description="Calculating db_weights for test data based on training data.",
Expand All @@ -14,10 +14,10 @@
url="https://github.com/WeightedBasedAI/db_weights",
packages=find_packages(),
install_requires=[
'numpy',
'scikit-learn',
'scipy',
'joblib'
'numpy==2.0.0',
'scikit-learn==1.5.1',
'scipy==1.14.0',
'joblib==1.4.2',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e7cbef4

Please sign in to comment.