Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsankesara committed Jun 25, 2024
1 parent 76cb689 commit 981562b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read_file(filename):
"twine==5.1.0",
"pyYaml==6.0.1",
"pandas==2.2.2",
"numpy==1.25",
"numpy==1.26.4",
"scipy==1.14.0",
"pyspark[sql]==3.5.1",
"GitPython>=3.1.41",
Expand All @@ -41,8 +41,8 @@ def read_file(filename):
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Science/Research",
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)

0 comments on commit 981562b

Please sign in to comment.