Skip to content

Commit

Permalink
REVERT ME; don't install fuzzydata
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Feb 7, 2024
1 parent 8926eeb commit 2b0fef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies:
# no conda package for windows so we install it with pip
- connectorx>=0.2.6a4
# experimental version of fuzzydata requires at least 0.0.6 to successfully resolve all dependencies
- fuzzydata>=0.0.6
# - fuzzydata>=0.0.6
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pygit2>=1.9.2
asv==0.5.1
coverage>=7.1.0
# experimental version of fuzzydata requires at least 0.0.6 to successfully resolve all dependencies
fuzzydata>=0.0.6
# fuzzydata>=0.0.6
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
numpydoc==1.1.0
moto>=4.1.0
Expand Down

0 comments on commit 2b0fef5

Please sign in to comment.