-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 0.1.1 for Whisper API integration and AlphaFold fixes
- Loading branch information
1 parent
0db0319
commit ef8a61b
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="neuroflex", | ||
version="0.1.0", | ||
version="0.1.1", | ||
author="kasinadhsarma", | ||
author_email="[email protected]", | ||
description="An advanced neural network framework with interpretability, generalization, robustness, and fairness features", | ||
|
@@ -31,8 +31,6 @@ | |
"tensorflow-cpu", | ||
"keras", | ||
"gym", | ||
"pytest", | ||
"flake8", | ||
"numpy", | ||
"scipy", | ||
"matplotlib", | ||
|
@@ -54,10 +52,8 @@ | |
"ete3", | ||
"xarray", | ||
"torch", | ||
"git+https://github.com/google-deepmind/alphafold.git" | ||
"git+https://github.com/PrithivirajDamodaran/Gramformer.git" | ||
# If needed, install alphafold separately or specify a PyPI-compatible version | ||
"shap", | ||
"whisper", | ||
], | ||
extras_require={ | ||
'dev': [ | ||
|