Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Mar 14, 2024
1 parent bfa6d3e commit 2872286
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from setuptools import find_packages, setup
from setuptools import setup

# Get description from README
root = os.path.abspath(os.path.dirname(__file__))
Expand All @@ -26,14 +26,13 @@
"pandas",
"scikit_learn",
"scipy",
"simplex",
#"torch==2.0.1",
"torch_geometric",
#"torch_scatter==2.1.2",
"tqdm",
"NshellFinder",
"polyaenum",
'nsimplex',
"torch==2.0.1",
"torch_scatter==2.1.2",
],
classifiers=[],
)

0 comments on commit 2872286

Please sign in to comment.