Skip to content

Commit

Permalink
Merge pull request #2 from cmccomb/main
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
WenzhuoXu authored May 5, 2023
2 parents d0e6b86 + d5d770f commit a7494af
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
long_description=long_description,
long_description_content_type="text/markdown",
install_requires = [
'h5py>=2.10.0',
'numpy>=1.19.1',
'ogb>=1.2.6',
'outdated>=0.2.0',
'pandas>=1.1.0',
'pillow>=7.2.0',
'ogb>=1.2.6',
'pytz>=2020.4',
'scikit-learn>=0.20.0',
'scipy>=1.5.4',
'torch>=1.7.0',
'torchvision>=0.8.2',
'tqdm>=4.53.0',
'scikit-learn>=0.20.0',
'scipy>=1.5.4',
'h5py>=2.10.0',
],
license='MIT',
packages=setuptools.find_packages(exclude=['examples', 'examples.model']),
Expand All @@ -44,4 +43,4 @@
"License :: OSI Approved :: MIT License",
],
python_requires='>=3.6',
)
)

0 comments on commit a7494af

Please sign in to comment.