File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ dependencies:
88 - pandas
99 - numpy
1010 - python-lmdb
11- - conda-forge::pytorch_geometric
12- - conda-forge::pytorch_scatter
1311 - pip
1412 - pip :
1513 - git+https://github.com/microsoft/protein-sequence-models.git
Original file line number Diff line number Diff line change @@ -12,6 +12,4 @@ requests
1212scikit-learn
1313seaborn
1414sequence-models
15- torch_geometric
16- torch-scatter
1715tqdm
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "evodiff" ,
8- version = "1.1.1 " ,
8+ version = "1.1.2 " ,
99 description = "Python package for generation of protein sequences and evolutionary alignments via discrete diffusion models" ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/markdown" ,
2929 "scikit-learn" ,
3030 "seaborn" ,
3131 "sequence-models" ,
32- "torch_geometric" ,
33- "torch-scatter" ,
3432 "tqdm"
3533 ],
3634 python_requires = '>=3.9.0' ,
You can’t perform that action at this time.
0 commit comments