Skip to content

Commit c6eb36f

Browse files
Update version number to 0.1.0 in setup.py
1 parent 1364761 commit c6eb36f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="neuroflex",
5-
version="0.0.3",
5+
version="0.1.0",
66
author="kasinadhsarma",
77
author_email="kasinadhsarma@gmail.com",
88
description="An advanced neural network framework with interpretability, generalization, robustness, and fairness features",
@@ -54,7 +54,8 @@
5454
"ete3",
5555
"xarray",
5656
"torch",
57-
# Removed direct GitHub dependency: "alphafold @ git+https://github.com/google-deepmind/alphafold.git"
57+
"git+https://github.com/google-deepmind/alphafold.git"
58+
"git+https://github.com/PrithivirajDamodaran/Gramformer.git"
5859
# If needed, install alphafold separately or specify a PyPI-compatible version
5960
"shap",
6061
],

0 commit comments

Comments
 (0)