Skip to content

Commit

Permalink
requirements fix for PyPi release with setuptools (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirgizov authored Feb 17, 2023
1 parent 53eaa8b commit 86c5e2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Data
numpy>=1.16.*, !=1.24.0
numpy>=1.16.0, !=1.24.0
pandas>=1.1.0, <1.3.0; python_version == '3.7'
pandas>=1.3.0; python_version >='3.8'

Expand All @@ -11,22 +11,22 @@ scipy
matplotlib==3.0.2; python_version == '3.7'
matplotlib>=3.3.1; python_version >= '3.8'
pyvis==0.2.1
seaborn>=0.9.*
seaborn>=0.9.0

# Misc
func_timeout==4.3.5
joblib>=0.17.*
requests>=2.*
joblib>=0.17.0
requests>=2.0
tqdm
typing>=3.7.*
typing>=3.7.0
psutil>=5.9.2

# Optimisation
hyperopt>=0.2.7

# Tests
pytest>=6.2.*
testfixtures>=6.18.*
pytest>=6.2.0
testfixtures>=6.18.0

# Examples
pyemd

0 comments on commit 86c5e2c

Please sign in to comment.