Skip to content

Commit

Permalink
fixing numpy version to be 2.0.0+ (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzhangkx8 authored Nov 14, 2024
1 parent 98d8bca commit f24a248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author_email="cristian@cs.cornell.edu",
url="https://github.com/CornellNLP/ConvoKit",
description="ConvoKit",
version="3.0.0",
version="3.0.1",
packages=[
"convokit",
"convokit.bag_of_words",
Expand Down Expand Up @@ -43,6 +43,7 @@
install_requires=[
"matplotlib>=3.0.0",
"pandas>=0.23.4",
"numpy>=2.0.0",
"msgpack-numpy>=0.4.3.2",
"spacy>=3.8.2",
"scipy>=1.1.0",
Expand Down

0 comments on commit f24a248

Please sign in to comment.