Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Merge requests
!27
Release 1.0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Release 1.0.1
release-1.0.1
into
develop
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Release 1.0.1
Mateusz Klimaszewski
requested to merge
release-1.0.1
into
develop
Jan 18, 2021
Overview
0
Commits
3
Pipelines
2
Changes
1
0
0
Merge request reports
Viewing commit
069f16ac
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
069f16ac
Limit SciPy 1.6.0 for Python 3.6.
· 069f16ac
Mateusz Klimaszewski
authored
Jan 18, 2021
setup.py
+
1
−
0
View file @ 069f16ac
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
'
,
Loading