Skip to content

Commit

Permalink
New requirements.txt to pin numpy and holoviews
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoViML committed Jan 11, 2024
1 parent ba75e53 commit 2c02fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autoviz/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Ram Seshadri"
__description__ = "Automatically Visualize any data set any size with a Single Line of Code"
__url__ = "https://github.com/AutoViML/AutoViz.git"
__version__ = "0.1.803"
__version__ = "0.1.804"
__holo_version__ = "0.0.4"
__license__ = "Apache License 2.0"
__copyright__ = "2020-21 Google"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xlrd
wordcloud
numpy
numpy<1.25.0
pyamg
pandas
nltk
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="autoviz",
version="0.1.803",
version="0.1.804",
author="Ram Seshadri",
# author_email="author@example.com",
description="Automatically Visualize any dataset, any size with a single line of code",
Expand All @@ -18,7 +18,7 @@
"xlrd",
"wordcloud",
"emoji",
"numpy",
"numpy<1.25.0",
"pandas",
"pyamg",
"matplotlib<=3.7.4",
Expand Down

0 comments on commit 2c02fbc

Please sign in to comment.