Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Commits
069f16ac
Commit
069f16ac
authored
4 years ago
by
Mateusz Klimaszewski
Browse files
Options
Downloads
Patches
Plain Diff
Limit SciPy 1.6.0 for Python 3.6.
parent
179c15ed
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!28
Release 1.0.1.
,
!27
Release 1.0.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
1 addition
and
0 deletions
setup.py
+
1
−
0
View file @
069f16ac
...
...
@@ -12,6 +12,7 @@ REQUIREMENTS = [
'
requests==2.23.0
'
,
'
sentencepiece==0.1.83;python_version<
"
3.8
"'
,
'
sentencepiece==0.1.85;python_version>=
"
3.8
"'
,
'
scipy<1.6.0;python_version<
"
3.7
"'
,
# SciPy 1.6.0 works for 3.7+
'
spacy==2.3.2
'
,
'
scikit-learn<=0.23.2
'
,
'
torch==1.6.0
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment