Skip to content

Commit

Permalink
revert some dependency package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzhangkx8 committed Nov 20, 2024
1 parent 78177ef commit c683cd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
]
},
install_requires=[
"matplotlib>=3.9.0",
"pandas>=2.2.2",
"matplotlib>=3.0.0",
"pandas>=1.5.0",
"numpy>=2.0.0",
"msgpack-numpy>=0.4.3.2",
"spacy>=3.8.2",
"scipy>=1.14.0",
"scikit-learn>=1.5",
"scipy>=1.1.0",
"scikit-learn>=1.0",
"nltk>=3.4",
"dill>=0.2.9",
"joblib>=0.13.2",
Expand All @@ -57,9 +57,9 @@
"pymongo>=4.0",
"pyyaml>=5.4.1",
"dnspython>=1.16.0",
"thinc==8.3.2",
"thinc>=8.3.0,<8.4.0",
"h5py==3.12.1",
"numexpr>=2.10.0",
"numexpr>=2.8.0",
"ruff>=0.4.8",
"bottleneck",
],
Expand Down

0 comments on commit c683cd7

Please sign in to comment.